Re: Apache2::Request::param returns () despite parameters in URI, but only under Strawberry Perl

2010-11-11 Thread Kevin Field
> > > This is a cross-post from StackOverflow. > > URL? > Sorry: http://stackoverflow.com/questions/4140868/apache2requestparam-returns-despite-parameters-in-uri-but-only-under-stra > A bug in the Apache2::Request/mod_apreq2 version shipping with > Strawberry? Seems unlikely, though. > This is

Re: Apache2::Request::param returns () despite parameters in URI, but only under Strawberry Perl

2010-11-11 Thread Michael Ludwig
Kevin Field schrieb am 11.11.2010 um 13:17 (-0500): > This is a cross-post from StackOverflow. URL? > Under Strawberry Perl, I get: > > "/?login=0", (), "No error" at C:/myweb/index.pl line 10. > > ...but under ActiveState Perl (see below), I get: > > "/?login=0", "login", "No error" at C

Apache2::Request::param returns () despite parameters in URI, but only under Strawberry Perl

2010-11-11 Thread Kevin Field
Hi everyone, (This is a cross-post from StackOverflow. I thought there might be more specialized experience on this list to beg help from. :) ) I'm running mod_perl 2.0.4 on Perl 5.10 on Apache 2.2.17 on Win2k3sp2. The URI I am typing into my browser is http://myserver/?login=0. The script be

Re: I think AuthCookie(DBI) is causing segfaults?

2010-11-11 Thread Vincent Veyron
Le jeudi 11 novembre 2010 à 00:58 +0100, Tosh Cooey a écrit : > Maybe Apache MPM prefork? How can I tell? Please read the section "How to Report Problems" on this page : http://perl.apache.org/docs/1.0/guide/help.html That should help quite a bit. -- Vincent Veyron http://marica.fr/ Lo

Re: I think AuthCookie(DBI) is causing segfaults?

2010-11-11 Thread Tosh Cooey
Hi Tuomo, thank-you that was really helpful. I'm running prefork it seems. Here's the list if that's helpful: core.c mod_log_config.c mod_logio.c prefork.c http_core.c mod_so.c Also perhaps helpful is that I'm on Ubuntu 9.04 Jaunty with the latest libdbd-mysql-perl 4.008-1 which wa

Re: I think AuthCookie(DBI) is causing segfaults?

2010-11-11 Thread Tuomo Salo
On Thu, Nov 11, 2010 at 12:58:23AM +0100, Tosh Cooey wrote: > Maybe Apache MPM prefork? How can I tell? Running httpd with the -l (ell) command line option will print a list of module names. If you see "prefork.c", you are using prefork, and if you see "worker.c", you are using the threaded MPM