Allright! This has bugged me for ages, and it is finally solved - I should have realise loooong ago. If you use apache2, don't forget to allow access to your directories when you're done installing koha [just like everywhere else in apache2 - duh!] For example, where koha-http.conf says: ..... DocumentRoot /usr/local/koha/opac/htdocs/ ServerName server.ip.address ..... I needed to add something like: ..... DocumentRoot /usr/local/koha/opac/htdocs/ <Directory "/usr/local/koha/opac/htdocs"> Order allow,deny Allow from ... Deny from ... </Directory> ServerName server.ip.address ScriptAlias /cgi-bin/koha/ /usr/local/koha/opac/cgi-bin/ <Directory "/usr/local/koha/opac/cgi-bin"> Order allow,deny Allow from ... Deny from ... </Directory> ..... This may be due to running Koha on a server that's pretty well tied up from the outside world, or a messy apache2 config - but I just thought I'd have a victory dance and share. So, Koha 2.2 can run on SuSE9.1/Apache2. There ya go. Off to wrestle MacOS now :-) Cheers! Adam. -- Adam Steer Web publishing officer Australian Library and Information Association adam.steer@alia.org.au http://alia.org.au ph 02 6215 8234 fx 02 6282 2249
Adam Steer wrote:
So, Koha 2.2 can run on SuSE9.1/Apache2. There ya go.
We've running Apache 2 and SuSE for almost 8 month, a very reliable platform. SuSE has a somewhat diferent layout of apache config files. Configuring this "by hand" could be dificult to newcommers, but once you understand it you realise that this people had a good idea. Andres
A French translation (by Laetitia Rouvier and Paul Poulain) of BWS Johnson's "Newbie Guide" is now available as an xml source tree, or as an html or pdf document, at http://www.kohadocs.org. Look for "Newbie Guide -- Guide démarrage." -- Stephen Hedges Skemotah Solutions, USA www.skemotah.com -- shedges@skemotah.com
participants (3)
-
Adam Steer -
Andrés Tarallo -
Stephen Hedges