Hi all,
I have setup Apache 2.2 on my machine for testing purposes. I am trying to call a script using
in an HTML file.
Whenever I call this, I get a 404.
My tree is c:\htdocs\cgi-bin so thepath should be correct.
In the error log I get
Notice that in the error, there is no '/' between cgi-bin and index2
Everything looks like it should work, so I believe there is something in the Apache setup.
Any ideas?
Thanks!
Jim
I have setup Apache 2.2 on my machine for testing purposes. I am trying to call a script using
Code:
<form id="FormName" action="cgi-bin/index2.cgi" method="post">
Whenever I call this, I get a 404.
The requested URL /cgi-bin/index2.cgi was not found on this server.
My tree is c:\htdocs\cgi-bin so thepath should be correct.
In the error log I get
[client 127.0.0.1] script not found or unable to stat: C:/htdocs/cgi-binindex2.cgi, referer:
Notice that in the error, there is no '/' between cgi-bin and index2
Everything looks like it should work, so I believe there is something in the Apache setup.
Any ideas?
Thanks!
Jim