Hi Tom, So could you provide the exact error message as well as any errors that show up in the koha logs (the're in /usr/local/koha/log/ by default). You may also find my installation guide to be helpful: http://kados.org/LibraryScience/installing_koha.html Joshua Quoting Tom <tom@wccs.homelinux.org>:
Hi, This is my 1st attempt at installing Koha, and I'm having some problems w/r/t the virtual servers it requires. I went thru the installation with the installer.pl, and it wrote the directives for the virtual servers in /etc/koha-httpd.conf. When I try to access the url, I get a seg fault. I've wrestled with this most of the day, and was going to post to an apache group, but thought I'd try here 1st,since anyone who's running Koha prolly has their directives written correctly.
Here's my setup:
Fedora Core 1-Yarrow 2.4.22-1.2179 smp kernel httpd-2.0.48 Koha-2.0.0 installed in /usr/local/
Here's the relevant lines in httpd.conf:
# Ports to listen to for Koha # uncomment these if they aren't already in main httpd.conf Listen 80 Listen 8080
# NameVirtualHost is used by one of the optional configurations detailed below
NameVirtualHost *:80 # KOHA's OPAC Configuration <VirtualHost wccs.homelinux.org:80> ServerAdmin tom@wccs.homelinux.org DocumentRoot /usr/local/koha/opac/htdocs/ ServerName wccs.homelinux.org 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"
</VirtualHost>
NameVirtualHost *:8080 # KOHA's INTRANET Configuration <VirtualHost wccs.homelinux.org:8080> ServerAdmin tom@wccs.homelinux.org DocumentRoot /usr/local/koha/intranet/htdocs/ ServerName wccs.homelinux.org ScriptAlias /cgi-bin/koha "/usr/local/koha/intranet/cgi-bin/" ErrorLog /usr/local/koha/log/koha-error_log TransferLog /usr/local/koha/log/koha-access_log SetEnv PERL5LIB "/usr/local/koha/intranet/modules" SetEnv KOHA_CONF "/etc/koha.conf"
</VirtualHost>
-- Tom _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha