Re: Apache question

2002-11-14 Thread Mark Fowler
On Thu, 14 Nov 2002, Kate L Pugh wrote: > PerlRequire /usr/local/apache_perl_ukps/startup.pl > PerlFixUpHandler Apache::SizeLimit > but after about 5--10 minutes of starting up the server, one of the > child processes has got all excited again and I have to go killing stuff. You have to unde

Re: Apache question

2002-11-14 Thread Kate L Pugh
On Thu 14 Nov 2002, Kate L Pugh <[EMAIL PROTECTED]> wrote: > I'm ending up with one of the mod_perl processes growing to several > hundred meg and taking over the server. I'm currently using > Apache::SizeLimit as a temporary measure to stop this happening. Except it's not working :( I have this

Re: Apache question

2002-11-14 Thread Kate L Pugh
On Wed, Nov 13, 2002 at 03:14:42PM +, Kate L Pugh wrote: >>> I have a lightweight server serving static content and server-parsed >>> files, and proxying dynamic content through to a mod_perl server. >>> Unfortunately the server-parsed pages have '#exec cgi' directives in >>> them, and the mod_

Re: Apache question

2002-11-13 Thread the hatter
On Wed, 13 Nov 2002, Nick Cleaton wrote: > Have you tried

Re: Apache question

2002-11-13 Thread Nick Cleaton
On Wed, Nov 13, 2002 at 03:14:42PM +, Kate L Pugh wrote: > > I have a lightweight server serving static content and server-parsed > files, and proxying dynamic content through to a mod_perl server. > Unfortunately the server-parsed pages have '#exec cgi' directives in > them, and the mod_perl

Re: Apache question

2002-11-13 Thread Ben
On Wed, Nov 13, 2002 at 03:14:42PM +, Kate L Pugh wrote: > > Can I make apache proxying and server-side includes play nicely together? > > I have a lightweight server serving static content and server-parsed > files, and proxying dynamic content through to a mod_perl server. > Unfortunately t

Apache question

2002-11-13 Thread Kate L Pugh
I ummed and ahhed for a bit before posting this here, since it isn't about Perl or perlmongers. But I guess if we can talk about beer and ADSL, we can talk about apache. Can I make apache proxying and server-side includes play nicely together? I have a lightweight server serving static content a