| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| tsirikos -
 
 
 Joined: 16 May 2003
 Posts: 1
 Location: Athens - Greece
 
 | 
			
				|  Posted: Mon May 19, 2003 3:27 pm    Post subject: Error 405 - Method Not Allowed |   |  
				| 
 |  
				| using the POST method, I am trying to execute a .exe in the /cgi-bin directory and I am geting this error: 
 Error 405
 Method Not Allowed
 
 what is wrong?
 
 _________________
 Tsirikos Evangelos
 (tsirikos@realcon.gr)
 |  | 
	
		| Back to top |         | 
	
		|  | 
	
		| aprelium -
 
 
 Joined: 22 Mar 2002
 Posts: 6800
 
 
 | 
			
				|  Posted: Mon May 19, 2003 5:48 pm    Post subject: Re: Error 405 - Method Not Allowed |   |  
				| 
 |  
				|  	  | tsirikos wrote: |  	  | using the POST method, I am trying to execute a .exe in the /cgi-bin directory and I am geting this error: 
 Error 405
 Method Not Allowed
 
 what is wrong?
 
 | 
 That means that the file is not recognised as a CGI exe. In CGI parameters, check that CGI support is enabled and that /cgi-bin is in CGI Paths. Check also that you are putting the .exe in the right /cgi-bin (by default, it is in the directory where you've installed Abyss, check the aliases for that).
 The CGI exe must be a Win16 .exe or a Win32 Console executable. Win32 GUI .exe won't work.
 _________________
 Support Team
 Aprelium - http://www.aprelium.com
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| hexd -
 
 
 Joined: 27 Aug 2003
 Posts: 1
 
 
 | 
			
				|  Posted: Wed Aug 27, 2003 3:55 am    Post subject: |   |  
				| 
 |  
				| How do you make it an executable if its perl? |  | 
	
		| Back to top |     | 
	
		|  | 
	
		| aprelium -
 
 
 Joined: 22 Mar 2002
 Posts: 6800
 
 
 | 
			
				|  Posted: Wed Aug 27, 2003 11:47 am    Post subject: |   |  
				| 
 |  
				|  	  | hexd wrote: |  	  | How do you make it an executable if its perl? | 
 If you install Perl support as described in http://www.aprelium.com/abyssws/perl.html , any script which extension is .pl or .cgi is treated as a Perl script and you won't have such a probelm (error 405).
 _________________
 Support Team
 Aprelium - http://www.aprelium.com
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		|  |