I am a novice linux user so I might need simpler explanations, I am running Gentoo Linux and I can install koha but I cannot access the system through the browser. I have koha 1.9 installed I get an error 403, permission denied. I have configured my apache.conf to be set up like the one in the Koha Hints. I can access localhost which displays the apache startup page, I set the OPAC for 8000 and the intranet for 8080, both of which state permission denied. Thanks Stephen
I would suspect that the Apache user does not have permission to read the koha scripts. Check the permissions on the cgi directories and see if the user that Apache runs as is allowed to read the files. Steve. On 6 Feb 2003, Stephen Durham wrote:
I am a novice linux user so I might need simpler explanations, I am running Gentoo Linux and I can install koha but I cannot access the system through the browser. I have koha 1.9 installed I get an error 403, permission denied. I have configured my apache.conf to be set up like the one in the Koha Hints. I can access localhost which displays the apache startup page, I set the OPAC for 8000 and the intranet for 8080, both of which state permission denied.
Thanks Stephen _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
I checked the files in the /usr/local/koha directory and made sure that the apache user was the owner and had read and execute permissions on everything, just to be sure. On Thu, 2003-02-06 at 14:03, Tonnesen Steve wrote:
I would suspect that the Apache user does not have permission to read the koha scripts. Check the permissions on the cgi directories and see if the user that Apache runs as is allowed to read the files.
Steve.
On 6 Feb 2003, Stephen Durham wrote:
I am a novice linux user so I might need simpler explanations, I am running Gentoo Linux and I can install koha but I annot access the system through the browser. I have koha 1.9 installed I get an error 403, permission denied. I have configured my apache.conf to be set up like the one in the Koha Hints. I can access localhost which displays the apache startup page, I set the OPAC for 8000 and the intranet for 8080, both of which state permission denied.
Thanks Stephen _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hello, do you notice anything out of the ordinary in the Apache log file? In article <1044562693.6271.47.camel@rack122.ed.psu.edu>, Stephen Durham <smd271@psu.edu> wrote:
I checked the files in the /usr/local/koha directory and made sure that the apache user was the owner and had read and execute permissions on everything, just to be sure.
On Thu, 2003-02-06 at 14:03, Tonnesen Steve wrote:
I would suspect that the Apache user does not have permission to read the koha scripts. Check the permissions on the cgi directories and see if the user that Apache runs as is allowed to read the files.
Steve.
On 6 Feb 2003, Stephen Durham wrote:
I am a novice linux user so I might need simpler explanations, I am running Gentoo Linux and I can install koha but I annot access the system through the browser. I have koha 1.9 installed I get an error 403, permission denied. I have configured my apache.conf to be set up like the one in the Koha Hints. I can access localhost which displays the apache startup page, I set the OPAC for 8000 and the intranet for 8080, both of which state permission denied.
Thanks Stephen _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Ambrose LI Cheuk-Wing <a.c.li@ieee.org>
Here is my apache conf and the error logs: http://146.186.96.122/apache.conf http://146.186.96.122/error_log http://146.186.96.122/opac-error_log http://146.186.96.122/koha-error_log I am not really sure what the problem is as I do not know very much about configuring apache, I am trying to get some help from my local LUG as well. Thanks, Stephen Durham On Thu, 2003-02-06 at 17:00, Ambrose LI wrote:
Hello,
do you notice anything out of the ordinary in the Apache log file?
In article <1044562693.6271.47.camel@rack122.ed.psu.edu>, Stephen Durham <smd271@psu.edu> wrote:
I checked the files in the /usr/local/koha directory and made sure that the apache user was the owner and had read and execute permissions on everything, just to be sure.
On Thu, 2003-02-06 at 14:03, Tonnesen Steve wrote:
I would suspect that the Apache user does not have permission to read the koha scripts. Check the permissions on the cgi directories and see if the user that Apache runs as is allowed to read the files.
Steve.
On 6 Feb 2003, Stephen Durham wrote:
I am a novice linux user so I might need simpler explanations, I am running Gentoo Linux and I can install koha but I annot access the system through the browser. I have koha 1.9 installed I get an error 403, permission denied. I have configured my apache.conf to be set up like the one in the Koha Hints. I can access localhost which displays the apache startup page, I set the OPAC for 8000 and the intranet for 8080, both of which state permission denied.
Thanks Stephen _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
On Thu, Feb 06, 2003 at 08:05:06PM -0500, Stephen Durham said:
Here is my apache conf and the error logs: http://146.186.96.122/apache.conf http://146.186.96.122/error_log http://146.186.96.122/opac-error_log http://146.186.96.122/koha-error_log
I am not really sure what the problem is as I do not know very much about configuring apache, I am trying to get some help from my local LUG as well.
Hi Stephen Is the file as well called access.conf ? As well as another called srm.conf. They should be in the same place as your apache.conf file was. I think its a setting in one of those files thats denying access Chris -- Chris Cormack Programmer 025 500 789 Katipo Communications Ltd chris@katipo.co.nz www.katipo.co.nz
Hello, I am not sure if you have fixed this problem yet, but here is what you need to do to fix it. In your apache.conf file (or commonapache.conf file if you have one), you need to add the following lines <Directory /usr/local/koha> AllowOverride All Options MultiViews -Indexes Includes FollowSymLinks Order allow,deny Allow from all </Directory> If the documents are not stored in /usr/local/koha, then change that to wherever you have them installed. Hope this helps. Mike On 06 Feb 2003 13:50:55 -0500 Stephen Durham <smd271@psu.edu> wrote:
I am a novice linux user so I might need simpler explanations, I am running Gentoo Linux and I can install koha but I cannot access the system through the browser. I have koha 1.9 installed I get an error 403, permission denied. I have configured my apache.conf to be set up like the one in the Koha Hints. I can access localhost which displays the apache startup page, I set the OPAC for 8000 and the intranet for 8080, both of which state permission denied.
Thanks Stephen _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (5)
-
acli@ada.dhs.org -
Chris Cormack -
Mike Hansen -
Stephen Durham -
Tonnesen Steve