cgi script
Posted by:
jniemt
(---.gv.shawcable.net)
Date: July 28, 2006 12:11AM
I have a problem in wamp.
I installed activestate Perl Interpreter in wamp server, having the following changed in httpd files:
ScriptAlias /cgi-bin/ "c:/wamp/Apache2/cgi-bin/"
<Directory "c:/wamp/apache2/cgi-bin">
AllowOverride All
Options FollowSymLinks +ExecCGI
Order allow,deny
Allow from all
</Directory>
When I try to process my first hello script in cgi-bin, the 500 error mesage pops up:
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request."
Can anybody help me figure out how this happened.
THX