I have activestate perl installed and i installed apache first and then activestate perl.
Need help with Apache setup
Collapse
X
-
-
Sorry, I didn't get what is code tages. Could you please elaborate? And you don't have mod_perl.so file?Comment
-
-
-
-
If your CGI script is not able to execute, then make sure:
1. You have it configured properly ( http://httpd.apache.org/docs/1.3/howto/cgi.html )
2. You are putting the script in the cgi-bin directory (unless you specified otherwise in your configuration).
You will also probably need to make sure in your script, that you are using one of the Perl CGI modules and have coded correctly. Even on a Windows machine, this configuration should not be too terribly difficult.
Regards,
JeffComment
Comment