View previous topic :: View next topic |
Author |
Message |
jwoodbr -
Joined: 09 Oct 2005 Posts: 4 Location: melbourne vic australia
|
Posted: Sun Oct 09, 2005 10:42 am Post subject: 405 error when post form |
|
|
hey ppls,
im new to this, and this is mainly for some testing for work, im automating the process of completing an online form and submitting it via vb, one method works fine, but still requires you to click the submit button, it just fills the form out. anyway, its the next method which is failing me. it posts the correct data straight to a file, however this is returning a 405 error, with the message either method not supported or resource not allowed.
any ideas as i've never set up a web server before..... thanks in advance |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun Oct 09, 2005 2:45 pm Post subject: Re: 405 error when post form |
|
|
jwoodbr,
Error 405 means that your are posting the data to a static file. In other words, the file referred to in the ACTION parameter of your form is not declared as being a script or an executable in Abyss Web Server.
If it is a script, check that you've correctly installed and added support for the scripting language in Abyss Web Server (see http://www.aprelium.com/support for PHP, Perl, ASP, and Pzthon).
If it is an executable CGI application, add its virtual path to the Script Paths in Scripting Parameters. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
jwoodbr -
Joined: 09 Oct 2005 Posts: 4 Location: melbourne vic australia
|
Posted: Sun Oct 09, 2005 2:53 pm Post subject: |
|
|
hey guys,
cheers for that, i had figured it out a little after a posted that, i was using the test .htm file not the cfm file. having a few probs now with the cfm but i dont think i set the ignitedb up correctly so im off to look at that now. thanks again |
|
Back to top |
|
 |
madv -
Joined: 01 Jan 2006 Posts: 2
|
Posted: Sun Jan 01, 2006 10:43 pm Post subject: cgi problem |
|
|
Error 405
Method Not Allowed
I use post. And my cgi script is written in C and the extention is .exe.
Script paden
Virtueel pad
/cgi-bin/*.exe
/*.exe
/cgi-bin/alles.exe
language is dutch...
But it doesn't work.
I don't have any interpreter.
Any idea's
Greetings,
Madv |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon Jan 02, 2006 11:07 pm Post subject: Re: cgi problem |
|
|
madv,
Can you please post here the full <FORM ...> tag you are using and especially its ACTION parameter? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
madv -
Joined: 01 Jan 2006 Posts: 2
|
Posted: Tue Jan 03, 2006 1:06 pm Post subject: |
|
|
After a reboot of my pc it worked. So i don't know what the porblem was. But thanks. |
|
Back to top |
|
 |
|