ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> modperl
modperl
Re: [mp2] CGI.pm param's always empty from only some clients (bug or mistake on my part?)
by Stas Bekman other posts by this author
Oct 30 2003 11:32PM messages near this date
Re: [mp2] CGI.pm param's always empty from only some clients (bug or mistake on my part?) | Re: [mp2] CGI.pm param's always empty from only some clients (bug or mistake on my part?)
There are two things I'd suggest to try:

1) pass $r to CGI-> new($r), in which case it won't rely on the global 
Apache-> request. And you can switch then to 'PerlHandler modperl'.

2) use the IO trace to debug what's going on:

you need to rebuild mp with MP_TRACE=1 and then add to httpd.conf:

   PerlTrace o

http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlTrace_

compare the traces you get on the good and the bad machines.

__________________________________________________________________
Stas Bekman            JAm_pH ------>  Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide --->  http://perl.apache.org
mailto:stas@[...].org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com
Thread:
Scott Beuker
Kyle Dawkins
Geoffrey Young
Stas Bekman
Geoffrey Young
Geoffrey Young
Stas Bekman

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved