in reply to Calls to Apache::Request's param method sometimes end the program and return no data
You may get better help on the mod_perl list. You should provide your OS and versions of apache, mod_perl, perl, and libapreq. There is a reporting script on the mod_perl site that can grab this for you.
If you are desperate to fix this quickly, I suggest just dropping Apache::Request and using something pure perl and fast, like CGI_Lite or CGI::Simple.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Calls to Apache::Request's param method sometimes end the program and return no data
by cfreak (Chaplain) on Dec 02, 2004 at 19:42 UTC | |
by perrin (Chancellor) on Dec 02, 2004 at 19:49 UTC |