#apache
30 December 2007
Total 11 pages. You are browsing page 5/11.
First :: Prev :: [...] [3] [4] [5] [6] [7] [...] :: Next :: Last
08:00 * megaspaz still wouldn't use a symlink...
08:01 <****> *shrugs*
08:05 <****> it reads the .htaccess now
08:05 <****> but takes me to a 404
08:05 <****> rofl
08:05 <****> rofl is Rolling On The Floor Laughing
08:11 <****> holy shit
08:11 <****> youll never guess what it was...
08:11 <****> i forgot to install php
08:11 <****> rofl
08:11 <****> rofl is Rolling On The Floor Laughing
08:11 <****> a php issue?
08:12 <****> yeah
08:12 <****> haha
08:12 <****> thats my preferred scapegoat
08:12 <****> it was working all this time
08:12 <****> :D
08:12 <****> it was trying to download this file
08:12 <****> i thought it was a symlink
08:12 <****> i opened it in notepad...
08:12 <****> lol it was php..
08:12 <****> haha
08:12 <****> im so dumb
08:19 <****> hmm
08:19 <****> it wont let me install php
08:19 <****> omg
08:21 <****> good
08:29 <****> got it
08:29 <****> and postfixadmin works :)
08:31 <****> I have this modrewrite, (http://pastebin.ca/838267), it works just fine, except, the url will only work if it is mysite.com/page/1/1. I want it to still work if the url is mysite.com/page/, or mysite.com/page/1.
08:31 <****> How do I allow it to do that?
09:07 <****> hey my reverse proxy isn't working
09:07 <****> specifically ProxyHTMLURLMap
09:08 <****> http://localhost:8080/folder /
09:38 <****> how does apache tell that my proxy_html is already loaded? because it's irking me
11:00 <****> hi
11:00 <****> bonjour, ufk.
12:15 <****> hi guys!
12:15 <****> hi guys! is Uit normal if i tunnel https port and get the error connection terminated unexpectedly
12:24 * fajita yawns
12:38 * belZe slaps fajita around a bit with a large trout
13:34 <****> hi
13:34 <****> hola, IMYojimbo.
13:34 <****> I read about Maven, dtill dont get what exactly does it do??
13:35 <****> fajita: hi
13:35 <****> privet, IMYojimbo.
13:35 <****> ?
15:08 <****> anyone know any cPanel alternative? (Open Source)
15:08 <****> man
15:08 <****> man is not a recognizable command
15:08 <****> heh
15:08 <****> ...
15:08 <****> man rm
15:10 <****> rm -rf /dev/brain
15:10 <****> You dont have permission nor brain to delete
15:11 <****> sudo rm -rf /dev/brain
15:11 <****> :]
15:12 <****> There is somethings wrong with your sudo , maybe because with (Ok i forget what spider man said about responsilbilty but its should be quoted here)
15:13 <****> su -c rm -rf /dev/brain
15:13 <****> You have been blocked from trying to access the system
15:13 <****> $Bye
15:31 <****> Should 256MB ram is enough to run apache?
15:40 <****> sure
15:40 <****> i run apache on 16mb ram :)
15:41 <****> (with only one thread)
15:41 <****> we had to upgrade frm 32 to 128M when traffic passed 1.5 million visitors per month (with quite a lot of big CGI stuff)
15:42 <****> :D
15:45 <****> OMG!
15:46 <****> 1.5 mil vistors!
15:46 <****> aep your site isnt Micro$oft or Google , isnt it?
15:46 <****> is it*
15:47 <****> no
15:47 <****> personal home page. my companys stuff is on huge machines
15:47 <****> Cool
15:47 <****> i have like 1-5 visitors a day :D
15:47 <****> eh!
15:47 <****> i am excepting to waste 5+ GB on my network everyday :)
15:48 <****> 256 is really enought
15:48 <****> (its going to be proxy network with 30+ proxies)
15:48 <****> unless you want to run php or dotnet or python or crap liek that
15:49 <****> ammm
15:49 <****> its Php proxy ;) (*called glype*)
15:49 <****> well then i dont know. might ask someone who knows php
15:50 <****> apache itself isnt as big as people think. its actually even smaller in ram then the "oh so light lighttpd" , assumed you configure it correctly
15:51 <****> lol
15:51 <****> i am checking my ram and its taking 0 byte so i suppose its giving me wrong ram
16:13 <****> mod_rewrite question: I want to redirect all ^http://www\.(.*)$ to http://$1 - though I can match the HTTP_HOST using RewriteCond I later can't access the $1 of the RewriteCond or is this possible somehow?
16:17 <****> ViRUS: %1, not $1
16:18 <****> ah!
16:21 <****> gryzor, thx. works as expected. Great! :)
16:22 <****> for those being curious:
16:22 <****> # no-www redirect
16:22 <****> RewriteEngine On
16:22 <****> RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
16:22 <****> RewriteRule ^(.*)$ http://%1$1 [L,R=301]
16:22 <****> RewriteEngine On is required if you plan to actually *use* your RewriteRules rather than collect them or Caveat: if you have RewriteEngine On in main config and want the general rules applied in a vhost, it's not enough to just put RewriteOptions inherit in the vhost, RewriteEngine On is needed as well!
16:23 <****> Thought a simple in-channel paste would be sufficient as the channel is pretty low traffic atm. :)
16:28 <****> Hi people, in my .htaccess I added Options +ExecCGI then AddHandler cgi-script .cgi but I want that those cgi run like if they where run tyoc:users not by www-data:www-data, how to do that in the same .htaccess?
16:30 <****> tyoc: AFAIK not possible in vanilla apache, suexec is only configurable per-virtualhost
16:31 <****> tyoc: (and with mod_userdir style ~foo)
Total 11 pages. You are browsing page 5/11.
First :: Prev :: [...] [3] [4] [5] [6] [7] [...] :: Next :: Last
