Author: S.Henningsson (30 Aug 05 6:59pm)
I used to run OmniSecure and got the perl version running, but since I recently had to change servers (running apache 2), I've yet to get it running again. Here's my version of the problem:
I didn't even get a simple Hello World example running until I explicitly changed the path to the correct one (i.e the *nix version didn't do the trick) (using #!perl does the trick as well as the full path).
When trying the honeypot script, it gave me the same error (500 internal server error and the apache error log gave me the same response as before, i.e The system cannot find the path specified. : couldn't spawn child process: C:/!HTTPD/helloworld.cgi
If I change the path in the script to, say #!perl then the server doesn't have a problem, but I get the validation error instead -_-;
Is there something I've missed that will enable me to run any perl script without changing that path or am I out of luck? I've looked for help with the apache configuration but haven't had any real luck so far...
|