Perl – 500 error message

Published by

Posted on April 22, 2016

If you are trying to open a file with Perl and receive a 500 error . Make sure you set the directory directive in apache

 

<Directory “/path/”>
Order allow,deny
Allow from all
Options Indexes FollowSymLinks
AllowOverride None
</Directory>