subprocess_env wont change variable set with PerlSetEnv

2002-10-01 Thread Chris Allen
?? Many thanks, Chris Allen.

Cache::SharedMemoryCache locking up on Solaris

2002-03-12 Thread Chris Allen
with a LAN connected MySQL database running on its own machine? - The SharedMemoryCache docs say that it shouldn't be used for large amounts of information. What size would be considered large on a machine with 4GB RAM? many thanks, Chris Allen [EMAIL PROTECTED]

When to use 'use' for accessing modules?

2001-10-23 Thread Chris Allen
to know that if the 'use' statements *are* unnecessary, does including them add any extra overhead of processing/memory?? Many thanks, Chris Allen.

Setup of CGI.pm failed

2001-09-28 Thread Chris Allen
I am occasionally getting the following message from CGI.pm in $@: Line 1: Setup of CGI.pm failed: when HTML::Embperl runs the this line: eval { $cgi = new CGI }; I am not sure where this message is coming from - it might be mod_perl, it might be CGI.pm - but I am at a loss to find it. I

Re: Apache processes not dying

2001-03-06 Thread Chris Allen
On Tue, Mar 06, 2001 at 10:43:03AM +0800, Stas Bekman wrote: Problem is, that Apache seems to ignore these processes and start new ones without killing them - so I end up with *hundreds* of http processes with the machine swapping like crazy.

Apache processes not dying

2001-03-05 Thread Chris Allen
their MaxRequestsPerChild limit of 100 yet either - they are usually at about 20 or 30 or so... Any ideas as to what I could try to find out what is happening would be much appreciated - at the moment I am having to kill them all off with a script at regular intervals! Chris Allen [EMAIL PROTECTED]

Upgraded to perl 5.6.0, ImageMagick now gives boot_libapreq error

2000-12-11 Thread Chris Allen
, but does not work called from a mod perl handler - hence the post to this list. I'd be most grateful if anybody could help! Chris Allen [EMAIL PROTECTED]

re: mod perl + proxy returns Document has no data

2000-05-06 Thread Chris Allen
Ok it's definitely a problem with the proxy... Set the backend running on its own with httpd -X, run a large (3MB) upload and everything is fine - so no mod_perl/embperl problem... (Thanks Gerald!) Set both the backend and frontend running, both with httpd -X, run the same upload: Frontend