jagguy Posted October 13, 2006 Share Posted October 13, 2006 Hi,I have apache 2.0.55 ,winxp and active perl 5.88.The instructions for installing this on apache to run cgi scripts are confusing to say the least.my http.conf has these changes to run cgi scrips on my c:/www/cgi-bin directory . It does run html/php no problems.In httpd.conf I add<Directory "C:/www/cgi-bin">Options ExecCGIAllowOverride None</Directory>AddHandler cgi-script .cgi .plI run the below file (which runs on the command line so perl is installed properly) and I get a 404 not found error on the webpage on http://localhost/cgi-bin/test.pl with the file in c:/www/cgi-bin#!c:/perl/bin/perl.exeprint "Content-type: text/html\n\n";print "Hello, World."; Quote Link to comment https://forums.phpfreaks.com/topic/23828-configure-cgi/ Share on other sites More sharing options...
jagguy Posted October 14, 2006 Author Share Posted October 14, 2006 I fixed it. Quote Link to comment https://forums.phpfreaks.com/topic/23828-configure-cgi/#findComment-108689 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.