403 error with Koha 3.4.4
I get this when trying to acces koha 3.4.4 with browser: "Forbidden You don't have permission to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request." This is what the koha-error.log says: [Wed Sep 07 05:58:20 2011] [error] [client nnn.nnn.nnn.nnn] client denied by server configuration: /usr/share/koha/intranet/htdocs/ [Wed Sep 07 05:58:20 2011] [error] [client nnn.nnn.nnn.nnn] client denied by server configuration: /usr/share/koha/intranet/cgi-bin/errors/403.pl I think it's a problem with apache configuration, but how do I fix it? -- View this message in context: http://koha.1045719.n5.nabble.com/403-error-with-Koha-3-4-4-tp4778142p477814... Sent from the Koha - Discuss mailing list archive at Nabble.com.
It looks like your apache configuration. If you were to include your configuration in your email, then we might be able to give you suggestions, otherwise there's not much we can say that's useful. -- Sent from Kaiten Mail for Android. Please excuse my brevity. Perch <jp@pk.dy.fi> wrote: I get this when trying to acces koha 3.4.4 with browser: "Forbidden You don't have permission to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request." This is what the koha-error.log says: [Wed Sep 07 05:58:20 2011] [error] [client nnn.nnn.nnn.nnn] client denied by server configuration: /usr/share/koha/intranet/htdocs/ [Wed Sep 07 05:58:20 2011] [error] [client nnn.nnn.nnn.nnn] client denied by server configuration: /usr/share/koha/intranet/cgi-bin/errors/403.pl I think it's a problem with apache configuration, but how do I fix it? -- View this message in context: http://koha.1045719.n5.nabble.com/403-error-with-Koha-3-4-4-tp4778142p477814... Sent from the Koha - Discuss mailing list archive at Nabble.com. _____________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
I've put them in pastebin: Here's httpd.conf: http://pastebin.com/8Wy07Vns It's pretty much unchanged, except for the servername (which I removed from pastebin, but it's set) and the inclusion of the koha-httpd.conf. koha-httpd.conf is here: http://pastebin.com/tQKC0Sfj Apache runs as apache:apache and koha files are owned by koha:users. -- View this message in context: http://koha.1045719.n5.nabble.com/403-error-with-Koha-3-4-4-tp4778142p477830... Sent from the Koha - Discuss mailing list archive at Nabble.com.
I got 403 error fixed by commenting out the following two lines from httpd.conf: <Directory /> Options FollowSymLinks AllowOverride None #Order deny,allow #Deny from all </Directory> They seem to be the ones causing virtual hosts not to work. There's another problem now, but I'll post a new thread about it :D -- View this message in context: http://koha.1045719.n5.nabble.com/403-error-with-Koha-3-4-4-tp4778142p478185... Sent from the Koha - Discuss mailing list archive at Nabble.com.
participants (2)
-
Perch -
Robin Sheat