can't POST in apache

kilowatt

mach-o mach-o man
I have been extremely fustrated in the last few days over apache.

I have cleaned out my httpd.conf file completely, and reguardless of what url I go to on my web server, I cannot run any CGI (perl, php, ssi, etc) that uses the method POST in a form.

Here is my error:
Code:
 The requested method POST is not allowed for the URL

Does anyone out there run apache on Mac OS X and have this problem? Or, for that matter does anyone have POST working?

Post or attach your httpd.conf if you have this working

THANKS!
 
ahh ha!

Apache does not allow the POST method for any html document. I was using server-side includes, and I guess you can't post to shtml either.

:(
 
Back
Top