Hi there,
I had my apache setup working fine - running Perl applications perfectly.
However, suddenly my Perl scripts are not working correctly. The scripts execute but they do not receive ANY POST data.
If I access the scripts via a GET request the form data is passed incorrectly, but any POST operations do not work (no data is received). If I print out the REQUEST_METHOD in ENV I correctly get POST. But printing out the QUERY_STRING I get nothing (an empty string). However, the correct query string is printed for GET requests.
There is no problem with my Perl scripts, and I have tried different ways & scripts of extracting the form data (cgi-lib.pl, manually, etc). The only change that has occurred to my apache conf is that I am listening port 81 -but even if I change it back to port 80 it still doesnt work (when it
used to!).
Your help is much appreciated.
I had my apache setup working fine - running Perl applications perfectly.
However, suddenly my Perl scripts are not working correctly. The scripts execute but they do not receive ANY POST data.
If I access the scripts via a GET request the form data is passed incorrectly, but any POST operations do not work (no data is received). If I print out the REQUEST_METHOD in ENV I correctly get POST. But printing out the QUERY_STRING I get nothing (an empty string). However, the correct query string is printed for GET requests.
There is no problem with my Perl scripts, and I have tried different ways & scripts of extracting the form data (cgi-lib.pl, manually, etc). The only change that has occurred to my apache conf is that I am listening port 81 -but even if I change it back to port 80 it still doesnt work (when it
used to!).
Your help is much appreciated.