in reply to Problem with getting POST request data with Apache::Request object
Also, some additional context information would help. Are you running this as a script using Apache::Registry, or as a separate apache module? Please provide the relevant portion of your apache config file. For example:
<Location /foo> SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI PerlSendHeader On </Location>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem with getting POST request data with Apache::Request object
by thil (Sexton) on Aug 08, 2006 at 13:03 UTC | |
by kwaping (Priest) on Aug 08, 2006 at 15:08 UTC | |
by thil (Sexton) on Aug 09, 2006 at 03:41 UTC |