| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		MLurie Guest
 
 
 
 
 
  | 
		
			
				 Posted: Fri Aug 23, 2002 11:20 pm    Post subject: Can't run CGI-Bin generated with CGI-Expert | 
				      | 
			 
			
				
  | 
			 
			
				Hi
 
I'm setting up the Abyss Web Server for testing cgi-bin's generated with CGI-Expert under Delphi. I place the exe file to the cgi-bin directory and call it with: http://127.0.0.1/cgi-bin/PB.exe
 
Instead of executing the programm I get the Save-File-Dialog. The CGI-Bin seems to be too simple to have an error, so did I something wrong on the Server-side ?
 
 
Thanks for any help: Michael | 
			 
		  | 
	
	
		| Back to top | 
		
			        | 
		
	
	
		  | 
	
	
		aprelium -
 
  Joined: 22 Mar 2002 Posts: 6800
 
  | 
		
			
				 Posted: Sat Aug 24, 2002 4:49 am    Post subject: Re: Can't run CGI-Bin generated with CGI-Expert | 
				      | 
			 
			
				
  | 
			 
			
				 	  | MLurie wrote: | 	 		  Hi
 
I'm setting up the Abyss Web Server for testing cgi-bin's generated with CGI-Expert under Delphi. I place the exe file to the cgi-bin directory and call it with: http://127.0.0.1/cgi-bin/PB.exe
 
Instead of executing the programm I get the Save-File-Dialog. The CGI-Bin seems to be too simple to have an error, so did I something wrong on the Server-side ?
 
 
Thanks for any help: Michael | 	  
 
We never used or tested CGI-expert. But the main reasons why the .exe isn't run are the following:
 
* It is a 16-bit executable
 
* It is a GUI application
 
* The cgi-bin isn't decalred in the CGI Paths table.
 
 
To help you know why it doesn't work, please send PB.exe to support@aprelium.
 
 
Thank you _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		MLurie Guest
 
 
 
 
 
  | 
		
			
				 Posted: Sat Aug 24, 2002 12:29 pm    Post subject: Re: Can't run CGI-Bin generated with CGI-Expert | 
				      | 
			 
			
				
  | 
			 
			
				 	  | Quote: | 	 		  
 
We never used or tested CGI-expert. But the main reasons why the .exe isn't run are the following:
 
* It is a 16-bit executable
 
* It is a GUI application
 
* The cgi-bin isn't decalred in the CGI Paths table. | 	  
 
 
As far as I can see none of the reasons do apply.
 
 
 	  | Quote: | 	 		  | To help you know why it doesn't work, please send PB.exe to support@aprelium. | 	  
 
 
I did send you the file. It just contains 3 lines of code: Mainly something like: PutLine('<HTML><BODY>Hello World</BODY><</HTML>')
 
 
As far as I can see the program doesn0t get started. Otherwise my log or my debug would have stated that.
 
 
Thanks again : Michael | 
			 
		  | 
	
	
		| Back to top | 
		
			        | 
		
	
	
		  | 
	
	
		tony Guest
 
 
 
 
 
  | 
		
			
				 Posted: Fri Aug 30, 2002 9:55 am    Post subject: same problem | 
				      | 
			 
			
				
  | 
			 
			
				I am having the same problem with a cgi exe file generated in VB6.
 
When calling the exe I just get the save/run dialog. Is it a case of setting a mime type to execute an exe? If so How?
 
 
Thank you
 
Tony | 
			 
		  | 
	
	
		| Back to top | 
		
			        | 
		
	
	
		  | 
	
	
		aprelium -
 
  Joined: 22 Mar 2002 Posts: 6800
 
  | 
		
			
				 Posted: Sat Aug 31, 2002 8:45 am    Post subject: Re: same problem | 
				      | 
			 
			
				
  | 
			 
			
				Abyss Web Server can run Win32 Console applications. Executables generated by Delphi (using CGI-Expert) and VB6 aren't supported in the current versions.
 
We will provide a workaround in the near future.
 
 
Thank you. _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		 |