|
|

12-06-2006, 07:44 PM
|
|
Member
|
|
Join Date: Dec 2006
Posts: 16
|
|
Method not allowed with POST
I get "Method not allowed" when i try a POST method in a web form that is made with Coffeecup form builder 5.5
I compiled the PHP 4/5 Universal Module 2.3 with PHP 5.2.0 and everything is installed ok but i did not change anything in the litespeed configuration to handle php scripts or the POST method
Anyone can guide me to make it work ?
Thanks
|

12-06-2006, 08:04 PM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2003
Location: Los Angeles, California
Posts: 380
|
|
|
Are you getting this as an php error or litespeed error?
Most likely your form html is invalid. Please post your html form.
|

12-06-2006, 08:09 PM
|
|
Member
|
|
Join Date: Dec 2006
Posts: 16
|
|
|
A litespeed error....
Well if you can tell me how to enable the POST method in litespeed it would be appreciated....
|

12-06-2006, 10:23 PM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2003
Location: Los Angeles, California
Posts: 380
|
|
|
POST method is enabled. There is no way to disable it.
You need to enable "debug logging", via "Service Manager", test the broken url, and send us the relevant log entries.
I don't think it was a POST method that broke.
|

12-07-2006, 01:55 AM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2003
Location: Los Angeles, California
Posts: 380
|
|
|
Make sure your form html contains "action" attribute pointing to the php file.
From the error log, it looks like your have broken html causing the web browser to submit a POST request to a static file which for security reasons is not allowed in litespeed.
|

12-07-2006, 02:11 AM
|
|
Member
|
|
Join Date: Dec 2006
Posts: 16
|
|
Well the coffeecup software is rather odd on making forms....is there an email that i can send you the 4 files so you can check them ?
Thanks
Quote:
Originally Posted by xing
Make sure your form html contains "action" attribute pointing to the php file.
From the error log, it looks like your have broken html causing the web browser to submit a POST request to a static file which for security reasons is not allowed in litespeed.
|
|

12-07-2006, 02:44 AM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2003
Location: Los Angeles, California
Posts: 380
|
|
|
If you post the relevant, <form>*</form>, entries someone in the forum can check it out and point out your error.
To be honest, this is really not the correct place for html coding help. I would first highly recommend you to go a google check for "html form tag syntax" and pay attention to the "action" attribute.
|

12-07-2006, 07:38 AM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
|
I think your PHP configuration is not right, *.php is treated as static file, so POST is not allowed, check your lsphp external app and script handler configuration, pay attention to the error/warning message when LSWS starts.
|

12-07-2006, 09:17 AM
|
|
Member
|
|
Join Date: Dec 2006
Posts: 16
|
|
Can you give me a step by step list that i can check with the most details possible ?
Thanks
Quote:
Originally Posted by mistwang
I think your PHP configuration is not right, *.php is treated as static file, so POST is not allowed, check your lsphp external app and script handler configuration, pay attention to the error/warning message when LSWS starts.
|
|

12-07-2006, 09:54 AM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
|
try to access any PHP script, see if it works. If not, reinstall you server with php support enabled during installation. check you PHP script again. Replace lsws/fcgi-bin/lsphp with your own PHP binary, restart server, check PHP script again.
If everything works, try your POST test, if not, check error.log, stderr.log see if there is any clue.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 01:20 AM.
|
|