On 15-10-8 10:36 am, Mason James wrote:
On 15-10-8 7:40 am, Aparrish wrote:
Hey all,
I've got a latest-ed Koha install on Debian Jessie on which the staff client is displaying properly in the web browser, but the OPAC address is displaying the Apache2 default web server page (It Works!).
I followed (with some other help) these <http://wiki.koha-community.org/wiki/Debian_Jessie_development_setup> directions. This is all I want - a test server accessible from the local machine.
Currently configured to accept http://127.0.1.1:8080 as staff and http://127.0.1.1:80 as OPAC. I'm sure I'm doing something stupid, but I don't know quite what it is. I don't have a web error log for OPAC, will post code and .conf files as needed. I've gone through staff config as far as setting a library.
you probably have another default apache rule overriding your OPAC rule
try disabling your default rule... $*sudo a2dissite* *000-default* ^ oops.. a goofy cut/paste in my email client