in reply to Re: Problem with accessing POST data through Apache::Request
in thread Problem with accessing POST data through Apache::Request
Thanks. I tried with , my $apr= Apache::Request->instance(shift); but no luck!
But if I send the Post data along with the URL, it works fine. Even with Apache::Request->new(shift)
( i.e http://myhost/perl/test.pl?school=test )
Can a configuaration issue cause this type of an errornuos situation? Here is my Apache mod_perl configuration for your information.
Alias /perl/ /usr/local/apache/cgi-bin/ PerlModule Apache::Registry <Location /perl/> SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI PerlSendHeader On allow from all </Location>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Problem with accessing POST data through Apache::Request
by derby (Abbot) on Aug 14, 2006 at 12:47 UTC | |
by thil (Sexton) on Aug 14, 2006 at 13:03 UTC |