On Nov 20, 2003, at 11:41 PM, Gohaku wrote:


When I tried "use CGI::Carp qw(fatalsToBrowser)
I saw the following:
Internal Server Error
I also ran the script from a browser as Root and I still got the same message.



Make sure that the script is executable by the user that apache runs as. Something like:
chmod 744 my_script
sudo chown apache my_script



I'm actually not running apache on my machine, so I don't know if the apache user is 'apache'. If not adjust the command above accordingly.


Reply via email to