[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 c

Can't create custom configuration directives

2000-06-03 Thread Rob Tanner
Hi all, I'm trying to create several custom configuration directives, and have pretty mucg followed the eample in the eagle book (pp 387-394). I start Apache up -- get no configuration complaints and apachectl comes back saying Apache started. The info messages in the error log, however, indica

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

$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 seem

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 f

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 http://www.

Installation Errors

2000-06-03 Thread David Comfort
I am trying to install mod_perl 1.24 and generate errors when I do a . 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 attach the

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)

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

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 release:

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 loa