IPC::Cache and how to clear the cache

2000-06-03 Thread Sang Han
Hi all, I'm not sure if this is an appropriate place to ask. I've looked over the "Guide" and couldn't really determine for sure how to do this. I am using the IPC::Cache module to store some configuration information in shared memory for mod_perl modules that I've written. The problem I'm

cant find register_cleanup

2000-06-03 Thread Pete Lancashire
I'm trying to install mod_auth_mysql 2.20. But when I start apache (httpd) i get the error: Cannot load /etc/httpd/modules/mod_auth_mysql.so into server: /etc/httpd/modules/mod_auth_mysql.so: undefined symbol: register_cleanup Setup is: mod_perl 1.24. Built with EVERYTHING=1, apxs method for

Warning about guide exceptions docs...

2000-06-03 Thread Matt Sergeant
Just a "heads up" about the exceptions section of the guide. Don't try and create more than one generic exception handler on your server. As I've just discovered it really confuses things. Create one class and one class only for handling exceptions globally. Maybe I should put out a CPAN

Re: Apache children hanging

2000-06-03 Thread David Hodgkinson
Doug MacEachern [EMAIL PROTECTED] writes: % gdb httpd $pid_of_spinning_process % source modperl_x.xx/.gdbinit % curinfo oops, that should be: % gdb httpd $pid_of_spinning_process (gdb) source modperl_x.xx/.gdbinit (gdb) curinfo Is this magic in the guide? I'm on the bus

Re: Apache children hanging

2000-06-03 Thread Eric Cholet
On Fri, Jun 02, 2000 at 09:06:02AM +0100, David Hodgkinson wrote: Doug MacEachern [EMAIL PROTECTED] writes: % gdb httpd $pid_of_spinning_process % source modperl_x.xx/.gdbinit % curinfo oops, that should be: % gdb httpd $pid_of_spinning_process (gdb) source

Installation Errors

2000-06-03 Thread David Comfort
I am trying to install mod_perl 1.24 and generate errors when I do a make test. I have installed CGI.pm and LWP v. 5.48 (including URI 1.06, MIME-Base64 2.11, HTML-Parser 3.08, libnet 1.0703, and Digest-MD5 2.09) without a problem. I am running Solaris 2.6, Apache 1.3.11, Perl 5.00503. I will

Re: Apache children hanging

2000-06-03 Thread David Hodgkinson
Eric Cholet [EMAIL PROTECTED] writes: I've added it to SUPPORT, and it will be added to the guide soonish. Cool. One of those things you hope you never need... -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star

Re: Embperl struggles

2000-06-03 Thread Toni Mueller
Hello all, On Fri, Jun 02, 2000 at 04:17:38PM +0200, Toni Mueller wrote: trying to develop with Embperl I encounter the following problems: [ stuff deleted ] before reading _all_ your kind answers gently pushing me in the right direction I wanted to thank you for that and excuse myself for

$ENV{PATH} set by mod_perl script affects mod_cgi scripts

2000-06-03 Thread Ben Cohen
Hi all. There is a mod_perl problem that is causing me great suffering. The problem is that when a mod_perl script modifies the PATH environment variable, this change seems to become global and affects even plain old mod_cgi scripts. Summary: * Changes to $ENV{PATH} by a mod_perl script

Re: $ENV{PATH} set by mod_perl script affects mod_cgi scripts

2000-06-03 Thread Ime Smits
| I know that the old CGI scripts probably shoudn't rely on PATH | but they do and there are too many to fix right away. To rely on $ENV{PATH} is one thing. But why would a mod_perl script ever need to *change* it? Ime

[ANNOUNCE] Apache::SSI version 2.13

2000-06-03 Thread Ken Williams
Hi, The URL http://forum.swarthmore.edu/~ken/modules/archive/Apache-SSI-2.13.tar.gz has entered CPAN as file: $CPAN/authors/id/K/KW/KWILLIAMS/Apache-SSI-2.13.tar.gz size: 16377 bytes md5: 9b9076af996518c5501a9a669ca17f13 Changes since 2.12: Since HTML::SimpleParse now handles

Re: cvs commit: modperl/src/modules/perl mod_perl.c

2000-06-03 Thread Eric Cholet
On Sat, Jun 03, 2000 at 01:57:26PM -0700, Ask Bjoern Hansen wrote: On 2 Jun 2000 [EMAIL PROTECTED] wrote: Modified:src/modules/perl mod_perl.c Log: fix segfault Don't forget to update Changes. I need some help explaining this change. Here's what happened: % cat