[Koha] problem installing koha - virtual hosts configuration?

Sims, Benjamin B.Sims at unesco.org
Wed Sep 1 02:40:36 NZST 2004


Hi,

I have just installed Koha using the installer.pl script; all seems to have
gone well. However, accessing servername:8000 gives me only the home page
for the whole server. Any ideas where I might be going wrong in my
configuration?

I include the part of koha-httpd.conf dealing with this host below. Any help
would be much appreciated - I have to server it according to port since we
use this server for other things.

-------------------------------------------------------

# Ports to listen to for Koha
# uncomment these if they aren't already in main httpd.conf
Listen 8000
Listen 8001

# NameVirtualHost is used by one of the optional configurations detailed
below

NameVirtualHost 192.168.1.91:8000


LoadModule env_module /usr/lib/apache/1.3/mod_env.so
# KOHA's OPAC Configuration
<VirtualHost 192.168.1.91:8000>
   ServerAdmin b.sims at unesco.org
   DocumentRoot /usr/local/koha/opac/htdocs
   ServerName koha-ioc.unesco.org:8000
   ScriptAlias /cgi-bin/koha/ /usr/local/koha/opac/cgi-bin/
   ErrorLog /usr/local/koha/log/opac-error_log
   TransferLog /usr/local/koha/log/opac-access_log
   SetEnv PERL5LIB "/usr/local/koha/intranet/modules"
   SetEnv KOHA_CONF "/etc/koha.conf"
   Options +Includes
   AddHandler server-parsed .html

</VirtualHost>


--------------------------------------------------

Benjamin Sims
Information Services
IOC/UNESCO
http://ioc.unesco.org
1 rue Miollis
75732 Paris Cedex 15
FRANCE
Tel: [33] (1) 45 68 39 92
Fax: [33] (1) 45 68 58 12





More information about the Koha mailing list