Hello Robert, Giving all permission is a security risk. Try setting it to just 755 and see if it will still run. By default, Koha was installed on my system with the following permissions (sample for the intranet directory) drwxrwx--- 6 root apache 126 Aug 6 17:47 intranet drwxr-x--- 11 root apache 1650 Aug 6 17:47 cgi-bin drwxr-x--- 11 root apache 269 Aug 6 17:47 htdocs drwxr-x--- 3 root apache 53 Aug 6 17:47 modules drwxr-x--- 8 root apache 175 Aug 6 17:47 scripts drwxr-xr-x 2 root apache 61 Aug 6 17:47 acquisitions drwxr-xr-x 2 root apache 61 Aug 6 17:47 admin drwxr-xr-x 2 root apache 61 Aug 6 17:47 catalogue drwxr-xr-x 4 root apache 4343 Aug 6 17:47 images drwxr-xr-x 3 root apache 676 Aug 6 17:47 includes -rw-r--r-- 1 root apache 6982 Aug 6 17:47 index.html drwxr-xr-x 2 root apache 61 Aug 6 17:47 issues drwxr-xr-x 2 root apache 61 Aug 6 17:47 members drwxr-xr-x 3 root apache 83 Aug 6 17:47 opac drwxr-xr-x 2 root apache 61 Aug 6 17:47 reports --- 8< --- God bless. William ================================ icq #8313012 ==== mistaKes are ... - Keys that we can use to unlock the next door of opportunity. ----- Original Message ----- From: "Robert Maynord" <maynord@terracom.net> To: "Koha List" <koha@lists.katipo.co.nz> Cc: "Ron Wickersham" <rjw@alembic.com>; "William Villanueva" <koha@purity.com.ph> Sent: Saturday, August 31, 2002 12:30 AM Subject: [Koha] Step by Step - ScriptAlias?
Ron & Bill:
Thanks for your suggestions regarding the httpd.conf file. I tried all of your ideas, and made the modifications (I learned & they were helpful) - but I found the source of the problem was elsewhere. When I saw that the browser said "Forbidden: you do not have permission" for the Intranet directory, it made me think. I finally solved the problem by changing the file permissions on all the Intranet Koha directories. Things work only when I give full permission to everybody: user, group and other. I'm not sure if this is a security risk - but it is a step, and both Intranet and Opac pages load.