f00li5h | Ktron: that'll happen ... since nothing in %ENV is trustworthy. you just need to $ENV{PATH} = q[/bin]; # (or whereever id lives) |
pctony | f00li5h: why would you do that? in cron, I mean |
megaspaz | well you could do a cron that parses ps looking for the apache process and sans output, restart it... |
pctony | in a high volume site, that would cripple it. |
f00li5h | pctony: well, if it's running, the start does nothing, if it's not, it will restart apache |
megaspaz | *shrugs* |
f00li5h | it's what you call a "terrible plan" |
action | pctony prefers megaspaz's choice |
pctony | prefers megaspaz's choice bye bye then |
megaspaz | heh |
action | pctony notes the recently(ish) updated /topic |
pctony | notes the recently(ish) updated /topic DrBacchus has a way with words, hey. :) |
megaspaz | heh |
Ktron | looks like... apache Thanks, btw, f00li5h I think this is probably it |
f00li5h | Sure thing |
pctony | Ktron: what permissions do you have on your cgi's? |
action | pctony cringes in anticipation |
pctony | cringes in anticipation f00li5h: making your scripts blanketedly rw is dangerous. s/rw/'rw'/ |
f00li5h | pctony: not scripts |
pctony | cgi's rather |
f00li5h | pctony: the files the scripts manipulate |
pctony | aghh, that's different. |
amerinese | hi anyone know how to transparently redirect files from one server to another? |
f00li5h | pctony: heck yeah it's different |
amerinese | i'm trying to use mod_rewrite |
yuenchi | Hi pctony |
pctony | I have to say that wasn't clear from your earlier response. |
megaspaz | reverseproxy reverse proxy |
fajita | reverse proxy is http://www.apachetutor.org/admin/reverseproxies |
megaspaz | amerinese: ^^ |
yuenchi | I got it resolved by mkdir /var/run/apache2 |
amerinese | ok |
yuenchi | umm! |
action | fajita ponders |
fajita | ponders |
pctony | megaspaz: there is a good article on the httpd wiki too |