When I set the ErrorDocument to be a CGI script, I am unable to use the
POST method when calling it.
Check this out...
=====================
srm.conf: ErrorDocument 404 /cgi-bin/printenv
---------------------
When I connect to the server using
<FORM ACTION="http://ha.cker.com:420/cgi-bin/printenv" method="POST">,
REQUEST_METHOD = POST.
However, when I connect to the server using
<FORM ACTION="http://ha.cker.com:420/does_not_exist" method="POST">
REQUEST_METHOD is reported to be GET.
---------------------
Check out http://www.ecst.csuchico.edu/~jarnold/food.html
-and- http://www.ecst.csuchico.edu/~jarnold/food2.html
to see the examples.
QUESTION:
Is this a bug? If so, will it be fixed? Regardless, I would appreciate
any direction that anyone could give me to fix this situation. (ie. which
files of the source to look at.) I would like to send POST methods to the
ErrorDocument.
Linux mabell 2.0.33 #2 Thu Mar 5 21:02:48 PST 1998 i486 unknown
SERVER_SOFTWARE = Apache/1.3b6
Thanks
-Joe Arnold
--
California State University, Chico \ /
http://www.ecst.csuchico.edu/~jarnold \ /