Question
Getting perl scripts to work with LAMP stack
I followed the instructions from https://www.digitalocean.com/community/articles/how-to-install-linux-apache-mysql-php-lamp-stack-on-debian. Perl scripts are only displaying the source code in my browser. The scripts are chmodded properly.
I have:
Options +ExecCGI
AddHandler cgi-handler .pl
in a .htaccess. What else should I do? I'm relatively new to using unmanaged servers.
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×