problem installing koha - virtual hosts configuration?
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@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
On 2004-08-31 15:40:36 +0100 "Sims, Benjamin" <B.Sims@unesco.org> wrote:
[...] 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?
First guess (sorry if it's too basic): is there a line saying "Include /path/to/koha-httpd.conf" or similar in httpd.conf and have you run "apachectl graceful" since adding it? Also, what koha version are you using? (That doesn't look like a 2.0.1 koha-httpd.conf to me.) -- MJR/slef My Opinion Only and not of any group I know http://www.ttllp.co.uk/ for creative copyleft computing Please email about: BT alternative for line rental+DSL; Education on SMEs+EU FP6; office filing that works fast
participants (2)
-
MJ Ray -
Sims, Benjamin