Re: [ANNOUNCE] mod_perl 1.99_19 (2.0.0-RC2-XMas)

2004-12-23 Thread Jie Gao
Merry Christmas and Happy New Year to all mp developers. Thank you very much! Jie -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

[ANNOUNCE] mod_perl 1.99_19 (2.0.0-RC2-XMas)

2004-12-23 Thread Philippe M. Chiasson
mod_perl 1.99_19 (2.0.0-RC2-XMas) is out: http://perl.apache.org/dist/mod_perl-2.0.0-RC2-XMas.tar.gz http://perl.apache.org/dist/mod_perl-2.0.0-RC2-XMas.tar.gz.asc (gpg sig) CPAN: file: $CPAN/authors/id/G/GO/GOZER/mod_perl-2.0.0-RC2-XMas.tar.gz size: 1407092 bytes md5: efeec9c467f1f1fb4a3f11

[ANNOUNCE] Apache-Test 1.18

2004-12-23 Thread Philippe M. Chiasson
The uploaded file Apache-Test-1.18.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GO/GOZER/Apache-Test-1.18.tar.gz size: 141721 bytes md5: 22e566a51d2e2b5c6647ecd6f36a1b65 Changes since 1.17: fix a bug in A-T config generation, when a vhost entry was in autogenerated httpd.conf

Re: CGI apps receiving incomplete POST parameters

2004-12-23 Thread Kurt Newman
Upgrading to a newer version of mod_perl solved my problem. Thank you for the help. Kurt On Wed, 2004-12-22 at 19:05 -0500, Stas Bekman wrote: > Kurt Newman wrote: > > I've recently converted from Apache 1.3.x to Apache 2.0/mod_perl 1.99 on > > RedHat 9. > > Kurt, there is no mp1.99. There is 1

Re: shared hosts and MP2 security

2004-12-23 Thread Stas Bekman
Markus Wichitill wrote: Stas Bekman wrote: Markus Wichitill wrote: There's also the metux MPM project which was meant to replace the perchild MPM, but that project seems to be mostly dead, too. No fear, there is Metux MPM http://www.metux.de/mpm/en/ which should do the same and better. I haven't

Re: shared hosts and MP2 security

2004-12-23 Thread Markus Wichitill
Stas Bekman wrote: Markus Wichitill wrote: There's also the metux MPM project which was meant to replace the perchild MPM, but that project seems to be mostly dead, too. No fear, there is Metux MPM http://www.metux.de/mpm/en/ which should do the same and better. I haven't tried it myself, but it

Re: shared hosts and MP2 security

2004-12-23 Thread Stas Bekman
Nick *** wrote: Let's assume that I have a web server with 50 virtual hosts. This web server is apache2 running as user nobody and has php installed. I've set php's OPEN_BASEDIR option for every VHost, so I can restrict the users' IO access outside their directories. Now I want to install MP2 on

Re: shared hosts and MP2 security

2004-12-23 Thread Stas Bekman
Markus Wichitill wrote: Nick *** wrote: Let's assume that I have a web server with 50 virtual hosts. This web server is apache2 running as user nobody and has php installed. I've set php's OPEN_BASEDIR option for every VHost, so I can restrict the users' IO access outside their directories. Now

Re: shared hosts and MP2 security

2004-12-23 Thread Markus Wichitill
Nick *** wrote: Let's assume that I have a web server with 50 virtual hosts. This web server is apache2 running as user nobody and has php installed. I've set php's OPEN_BASEDIR option for every VHost, so I can restrict the users' IO access outside their directories. Now I want to install MP2 on th

shared hosts and MP2 security

2004-12-23 Thread Nick ***
Let's assume that I have a web server with 50 virtual hosts. This web server is apache2 running as user nobody and has php installed. I've set php's OPEN_BASEDIR option for every VHost, so I can restrict the users' IO access outside their directories. Now I want to install MP2 on the same server

Re: CGI apps receiving incomplete POST parameters

2004-12-23 Thread Perrin Harkins
Kurt Newman wrote: Sorry about that. I thought the '_xx' part of the version was some RedHat specific thing. I'm currently using 1.99_07-dev that's supplied with the RedHat 9 distribution. Unfortunately, that one is years out of date now. Upgrading will very likely fix your problem, and upgradi

Re: CGI apps receiving incomplete POST parameters

2004-12-23 Thread Kurt Newman
Sorry about that. I thought the '_xx' part of the version was some RedHat specific thing. I'm currently using 1.99_07-dev that's supplied with the RedHat 9 distribution. Upgrading to the latest mod_perl (v1.99_18) will be a task that I'll hit up today since this involves me recompiling apache us

Re: CGI apps receiving incomplete POST parameters

2004-12-23 Thread Kurt Newman
The current timeout period of the Apache 2.0.40 web server is 300 seconds (which I believe is the default). Increasing it to 600 has not helped. On Wed, 2004-12-22 at 16:23 -0800, Jay Scherrer wrote: > What would happen if you extended the time out period of the server? > > Jay Scherrer signa

Re: mp2 path_info oddness

2004-12-23 Thread Geoffrey Young
Nicholas Studt wrote: > Using mod_perl 1.99_RC1 path_info seems to return the wrong path > information when used with nested locations. > > Location1 /my/location > Location2 /my/location/nested > > When the second location is reached path_info reports as though it only > knows about the first

mp2 path_info oddness

2004-12-23 Thread Nicholas Studt
Using mod_perl 1.99_RC1 path_info seems to return the wrong path information when used with nested locations. Location1 /my/location Location2 /my/location/nested When the second location is reached path_info reports as though it only knows about the first location. For example, if /my/location