![]() |
|
Think about Loose Coupling | |
PerlMonks |
To Run perl through CGIby sidvanga (Initiate) |
on Oct 29, 2015 at 05:53 UTC ( [id://1146356]=perlquestion: print w/replies, xml ) | Need Help?? |
sidvanga has asked for the wisdom of the Perl Monks concerning the following question: Hi I am Very New to Perl. Learning perl online from last 2 to 3 days. I have restarted Apache. found following error on apache error logs attempt to invoke directory as script: /usr/lib/cgi-bin/ . When I have accessed through Url. And found following error on page You don't have permission to access /cgi-bin/ on this server. Though I have given the 0777 permission for directory "cgi-bin". http://localhost/cgi-bin I have kept my file "test.pl" under "cgi-bin" and when I am accessing it through URL. its giving 404 error. code of test.pl
please help. Thanks in Advance..!!!
Back to
Seekers of Perl Wisdom
|
|