On Fri, May 05, 2006 at 12:06:24AM -0700, Philip M. Gollucci wrote:
> >If I kill and restart the Apache then it's fine but it'll freeze up in
> >a few days again. I'm perplexed.
> Start the server in -X or wait for it to happen and
> attach strace to the process. If that doesn't help you could alw
My modperl Apache keeps freezing up every few days.
When it freezes up, here's what "ps" looks like:
$ ps ux --width=
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
shoujoai 29179 0.0 0.2 8036 5928 ?Ss May03 0:00
/usr/local/perlhttpd/bin/httpd -f /home/
I have updated my "Installing Apache 1.3.x with mod_accel and
mod_deflate" webpage at http://www.aaanime.net/pmak/apache/mod_accel/
to have links to current versions of software packages. The previous
version of the webpage was 3 years old.
mod_accel is a module that allows proxying to backend hea
In the following situation:
ServerName site1.com
PerlSetVar Global /home/site1/global
PerlRequire site1.pl
ServerName site2.com
PerlSetVar Global /home/site2/global
PerlRequire site2.pl
With the above example httpd.conf, is there a way site1.pl can read
the PerlSetVar Global and see "/home/s