500 Internal Server Error
Hi! I'm trying to use Koha for the first time, but I always have 500 error. My logs tell me the following: (13)Permission denied: exec of '/opt/wwwclients/wwwprod/koha/opac/cgi-bin/opac-main.pl' failed Premature end of script headers: opac-main.pl Opac-main has the following permissions: -rwxr-xr-x 1 apache apache 1785 Apr 4 14:09 opac-main.pl Have you got any ideia of what may be happening? Thanks in advance, Mariana
"Mariana Lopes" <mariana.lopes@multicert.com>
(13)Permission denied: exec of '/opt/wwwclients/wwwprod/koha/opac/cgi-bin/opac-main.pl' failed
Is that directory /opt/wwwclients/wwwprod/koha/opac/cgi-bin/ either a ScriptAlias or has ExecCGI option set? Has the koha-httpd.conf been Include'd into your apache config? Each system has its own way of doing that, so it needs to be done by the webserver sysadmin. (I'm too scared of being Tuttle'd if the installer got it wrong!) Hope that helps, -- MJ Ray - personal email, see http://mjr.towers.org.uk/email.html Work: http://www.ttllp.co.uk/ irc.oftc.net/slef Jabber/SIP ask
Mariana Lopes a écrit :
Hi!
I’m trying to use Koha for the first time, but I always have 500 error.
My logs tell me the following:
(13)Permission denied: exec of '/opt/wwwclients/wwwprod/koha/opac/cgi-bin/opac-main.pl' failed
Premature end of script headers: opac-main.pl
Opac-main has the following permissions:
-rwxr-xr-x 1 apache apache 1785 Apr 4 14:09 opac-main.pl
Have you got any ideia of what may be happening?
Thanks in advance,
Mariana
Maybe your virtual host donot have
Options ExecCGI HTH
participants (3)
-
Henri-Damien LAURENT -
Mariana Lopes -
MJ Ray