wrong .exe runs

 
Post new topic   Reply to topic    Aprelium Forum Index -> FastCGI/CGI
View previous topic :: View next topic  
Author Message
Laplam
-


Joined: 06 Jun 2006
Posts: 2

PostPosted: Tue Jun 06, 2006 11:27 pm    Post subject: wrong .exe runs Reply with quote

Hey guys. I've read almost all topics from this forum but I haven't found a problem similar to mine, so forgive me if I'm repeting a question.

I have 2 CGI ".exe"s files running in my website (in different .hml files), and I've written both their paths in the CGI configuration:
C:\Program Files\...\htdocs\at_ok.exe
C:\Program Files\...\htdocs\at_test.exe

And I "call" them correctly in the .hml files, like this:
file1:
<FORM ACTION="http://127.0.0.0/htdocs/at_ok.exe">
file2:
<FORM ACTION="http://127.0.0.0/htdocs/at_test.exe">

But when I ask both .hml files to run their CGIs, always the same "at_ok.exe" responds.

Is there some default configuration that allows only one CGI script to run? If not, what could be the problem?

Thanks a lot!

PS: I'm using C++ to compile my CGI files.
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Wed Jun 07, 2006 11:04 am    Post subject: Re: wrong .exe runs Reply with quote

Laplam wrote:
Hey guys. I've read almost all topics from this forum but I haven't found a problem similar to mine, so forgive me if I'm repeting a question.

I have 2 CGI ".exe"s files running in my website (in different .hml files), and I've written both their paths in the CGI configuration:
C:\Program Files\...\htdocs\at_ok.exe
C:\Program Files\...\htdocs\at_test.exe

And I "call" them correctly in the .hml files, like this:
file1:
<FORM ACTION="http://127.0.0.0/htdocs/at_ok.exe">
file2:
<FORM ACTION="http://127.0.0.0/htdocs/at_test.exe">

But when I ask both .hml files to run their CGIs, always the same "at_ok.exe" responds.

Is there some default configuration that allows only one CGI script to run? If not, what could be the problem?

Thanks a lot!

PS: I'm using C++ to compile my CGI files.


The paths you are using could be wrong. If at_ok.exe is inside C:\Program Files\...\htdocs\ and if C:\Program Files\...\htdocs is your Documents Path, then at_ok.exe URL is http://127.0.0.0/at_ok.exe and not http://127.0.0.0/htdocs/at_ok.exe

To enable this .exe for execution, you'll have to add its virtual path to the Scripts Path. Its virtual path is /at_ok.exe . You can also use the Browse button next to any Virtual Path field to locate the file.

Checking your access.log file could also help you understand what requests are actually made and what replies the server is sending for them.

If the problem persists, please send your abyss.conf and your HTML forms source code to support@aprelium.com. You can also send us the source code of your C++ programs if you think they can help us track the problem.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Laplam
-


Joined: 06 Jun 2006
Posts: 2

PostPosted: Fri Jun 09, 2006 5:41 am    Post subject: Reply with quote

Hi!

I sent you an e-mail with the data you've mentioned.

If there anything else I can do, please let me know.

Thanks.
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> FastCGI/CGI All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group