[Koha] Apache Default Page

Lawrence Bean lbean at u47.k12.me.us
Fri Feb 2 10:28:33 NZDT 2007


Gavin McCullagh <gmccullagh at gmail.com> writes:
>It sounds like you need to create or
>modify a virtual host to point to koha -- 
>the localhost one does now but
>the 172.16 address doesn't.
>
Thank you, that was exactly it and the memories came tumbling back when I
saw the words "virtual host". I had also changed the address when changing
hardware which is why what I had done last time no longer worked. It was
simply a matter of copying/pasting the existing 

<VirtualHost localhost:80>
   yadayadayada
</VirtualHost>
<VirtualHost localhost:8080>
   yadayadayada
</VirtualHost>

in /etc/koha-httpd.conf and changing the "localhost" to the new IPs and
FQDNs I'm now using. Thank you so much, and the answer should now be
archived in the archives!



More information about the Koha mailing list