Re: method POST to php

2001-10-24 Thread Michael Cole
The error.log reports normal operation. No failed loading of .so's. The httpd.conf does not have the Options +ExecCGI but the srm.conf does. Should this be in httpd.conf? The LoadModule php4 is in httpd.conf and the AddType is in the srm.conf. Should there also be a AddHandler and Action for th

Re: method POST to php

2001-10-24 Thread Jean-Christophe Boggio
Ref : Wednesday, October 24, 2001 2:02:23 AM MC> I am having some difficulty finding what to do to fix this problem. I MC> have Apache 1.3.9, PHP4 and Postgresql. I am trying to POST to a php MC> document. Then html form has action="validate.php">. When I submit the information I get a 405 MC

method POST to php

2001-10-23 Thread Michael Cole
I am having some difficulty finding what to do to fix this problem. I have Apache 1.3.9, PHP4 and Postgresql. I am trying to POST to a php document. Then html form has . When I submit the information I get a 405 error, Method not Allowed. I have the base installation for Apache from Debian st