I installed Apache web server for windows 32 (W98 SE). And when I type into my browser I get the "apache installation was successful" message ("MC" is the name of the PC).
Now how do I set it up to run scripts ???
I have one stupid script in the \apache\cgi-bin\test.pl
and it runs from a DOS window when I type
perl C:\apache\cgi-bin\test.pl
but when I try , I get an error message. (The server encountered an internal error or misconfiguration and was unable to complete your request.)
so how do I set this sucker up so I can run scripts from my browser ???
Also , the "cgi-bin" is shared as "read-only" (if that matters).
FYI my perl (not sure what version , I got it from a reliable source though) is installed in c:\perl and the perl.exe is in c:\perl\bin\perl.exe , apache web server is in C:\apache and my scripts are in the c:\apache\cgi-bin
I need this to work on a internal network (LAN) only and unfortunately I don't have linux installed on this PC
anyway, thanks in advance for any suggestions that you post.
MC
Now how do I set it up to run scripts ???
I have one stupid script in the \apache\cgi-bin\test.pl
and it runs from a DOS window when I type
perl C:\apache\cgi-bin\test.pl
but when I try , I get an error message. (The server encountered an internal error or misconfiguration and was unable to complete your request.)
so how do I set this sucker up so I can run scripts from my browser ???
Also , the "cgi-bin" is shared as "read-only" (if that matters).
FYI my perl (not sure what version , I got it from a reliable source though) is installed in c:\perl and the perl.exe is in c:\perl\bin\perl.exe , apache web server is in C:\apache and my scripts are in the c:\apache\cgi-bin
I need this to work on a internal network (LAN) only and unfortunately I don't have linux installed on this PC
anyway, thanks in advance for any suggestions that you post.
MC