View previous topic :: View next topic |
Author |
Message |
piero dell'oste -
Joined: 19 Feb 2003 Posts: 2
|
Posted: Thu Feb 20, 2003 6:01 pm Post subject: execution of EXE file - more explanationation |
|
|
Sorrry, but probably my question isn't clear.
I work usually with Python language how CGI interpreter with Abyss web server and all works fine.
Now I have made an EXE file of my scripts and want execute within Abyss.
In IIS web server this is possible, i must setting the parameters of execution of a directory with 'script and executable'.
Anybody know if this is possible with Abyss ?
Thank you |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Feb 20, 2003 8:35 pm Post subject: Re: execution of EXE file - more explanationation |
|
|
piero dell'oste wrote: | Sorrry, but probably my question isn't clear.
I work usually with Python language how CGI interpreter with Abyss web server and all works fine.
Now I have made an EXE file of my scripts and want execute within Abyss.
In IIS web server this is possible, i must setting the parameters of execution of a directory with 'script and executable'.
Anybody know if this is possible with Abyss ?
Thank you |
If you have a CGI .exe file, just put it somewhere in one of your directories that are accessible by the web server and that are declared as a CGI Path.
For example, you can put your test.exe file in the folder htdocs/ (the documents path) and decalre / as a CGI Path in CGI parameter.
Now, browse http://yoursite/test.exe to invoke your script.
Notice that the steps are the same as with any script except that .exe files do not need any CGI interpreters configuration. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|