| View previous topic :: View next topic |
| Author |
Message |
Caleb Guest
|
Posted: Mon May 08, 2006 9:14 pm Post subject: Web Module Application: Path Gives Error |
|
|
Hi:
I am using the sample webmodule application (it is a cgi application).
Everything works OK and I added paths like this
domain.com/cgi-bin/cgiapp.exe/path1?x=1
and that works but
these do not
domain.com/cgi-bin/cgiapp.exe
domain.com/cgi-bin/cgiapp.exe/
I am sorry about the general information. There is a path setup in
the webmodule for /. Also the succesful path is a post method.
Thanks |
|
| Back to top |
|
 |
Hans Galema Guest
|
Posted: Tue May 09, 2006 7:14 am Post subject: Re: Web Module Application: Path Gives Error |
|
|
Caleb wrote:
| Quote: | Everything works OK and I added paths like this
domain.com/cgi-bin/cgiapp.exe/path1?x=1
and that works but
|
What do you consider that it works ? Where do you find back 'path1'
and what are you doing with that info ?
| Quote: | these do not
domain.com/cgi-bin/cgiapp.exe
|
That just calls your exe. Isn't your exe called ?
| Quote: | domain.com/cgi-bin/cgiapp.exe/
|
ditto.
| Quote: | I am sorry about the general information.
|
Why do you keep it so general ? Please explain what you expect
that happens and what happens instead.
| Quote: | There is a path setup in
the webmodule for /.
|
What does that mean ?
| Quote: | Also the succesful path is a post method.
|
Paths are not methods. So this is again an unclear statement.
Hans. |
|
| Back to top |
|
 |
|