Tom, You might want also to look over the Blazing Moon Koha guide since it's specifically written for novices and gives a good deal of background information: http://www.blazingmoon.org/guides/k3-on-u810-1.html Though it's written for 8.10, it generally applies to 8.04 as well. ...Andy Giesler From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of Jesse Sent: Monday, April 06, 2009 7:48 PM To: Thomas Sycko Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] Problem installing Koha 3.00.00 on Debian 8.4 On Mon, Apr 6, 2009 at 6:34 PM, Thomas Sycko <tsycko@tswarren.com> wrote: Hello, All, I've tried to install Koha several times using the 'Installing Koha on Ubuntu Hard Heron' instructions in the Koha Wiki. Everything appears to have gone well, except I cannot get Koha to run. When I try to access Koha, I receive the Apache default 'It Works!' page instead of Koha. I receive the same response whether I access the site using port 80 or 8080. I've tried accessing directly from the server, using lynx http://localhost:8080, etc, and from another computer on the LAN, using the server's IP address, 192.168.1.67:8080. I'm really too much of a novice to even be trying this, but I've looked over the koha.conf file and everything appears to be correct. Could this be a problem with permissions? Any other ideas? I thank you in advance for any help you can offer. Regards, Tom _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha Are you sure that Apache is seeing Koha's koha-httpd.conf? You might have to do the following (assuming that you installed using "standard", adjust if needed): sudo ln -s /etc/koha/koha-httpd.conf /etc/apache2/sites-available/koha sudo a2ensite koha Then, run the following to make sure that took (not sure about this one; if you can see Koha, it doesn't matter): APACHE_RUN_USER=nobody APACHE_RUN_GROUP=nobody httpd -S -- Jesse Weaver