Mail Archives: djgpp/1998/12/18/07:25:39
On Thu, 17 Dec 1998, Steve Patton wrote:
> I tried to do something like that, unfortunately it tried to initiate a
> download. And the server I'm using is Apache (for Win32) and is on an internal
> proxie. Even have my own DNS entry. But like I said, it tried to have me
> download xxxx.exe (keeing in reference to your example). Do I need to rename
> the .EXE to something like xxxx.cgi? Thanks!
This is an Apache configuration issue...
Apache isn't configured to try to execute your program. You configured it
to send it to you instead.
This is completely off-topic, but read-on:
Just open your conf/httpd.conf, add a line like this:
ScriptAlias /cgi-bin /apache/.../whatever
Read the docs to see if I didn't swapped the 2 arguments, change the
/cgi-bin to the virtual directory you want to put your program in, and the
/apache/.../whatever to be the real directory in which your program is...
--
Erwann ABALEA
eabalea AT certplus DOT com
- Raw text -