1 Feb
2007
1 Feb
'07
10:28 p.m.
Gavin McCullagh <gmccullagh@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!