|
|
| Just another Perl shrine | |
| PerlMonks |
Re^3: Print to Browser Headers Not Workingby aitap (Chaplain) |
| on Feb 27, 2013 at 17:45 UTC ( #1020934=note: print w/ replies, xml ) | Need Help?? |
|
Google gives some good results: http://httpd.apache.org/docs/2.2/howto/cgi.html http://stackoverflow.com/questions/560749/how-do-i-configure-apache2-to-run-perl-cgi-scripts Basically, you need to enable the ExecCGI option for the directories your scripts are situated in and make sure that executable (chmod +x) files with .pl extension are considered CGI (by using AddHandler directive).
Sorry if my advice was wrong.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||