<br><br><div class="gmail_quote">On Mon, Apr 6, 2009 at 6:34 PM, Thomas Sycko <span dir="ltr">&lt;<a href="mailto:tsycko@tswarren.com">tsycko@tswarren.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello, All,<br>
<br>
I&#39;ve tried to install Koha several times using the &#39;Installing Koha on<br>
Ubuntu Hard Heron&#39; instructions in the Koha Wiki.  Everything appears<br>
to have gone well, except I cannot get Koha to run.  When I try to<br>
access Koha, I receive the Apache default &#39;It Works!&#39; page instead of<br>
Koha.  I receive the same response whether I access the site using<br>
port 80 or 8080.<br>
<br>
I&#39;ve tried accessing directly from the server, using lynx<br>
<a href="http://localhost:8080" target="_blank">http://localhost:8080</a>, etc, and from another computer on the LAN,<br>
using the server&#39;s IP address, <a href="http://192.168.1.67:8080" target="_blank">192.168.1.67:8080</a>.<br>
<br>
I&#39;m really too much of a novice to even be trying this, but I&#39;ve<br>
looked over the koha.conf file and everything appears to be correct.<br>
<br>
Could this be a problem with permissions? Any other ideas?<br>
<br>
I thank you in advance for any help you can offer.<br>
<br>
Regards,<br>
Tom<br>
_______________________________________________<br>
Koha mailing list<br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
</blockquote></div><br>Are you sure that Apache is seeing Koha&#39;s koha-httpd.conf? You might have to do the following (assuming that you installed using &quot;standard&quot;, adjust if needed):<br><br>sudo ln -s /etc/koha/koha-httpd.conf /etc/apache2/sites-available/koha<br>
sudo a2ensite koha<br><br>Then, run the following to make sure that took (not sure about this one; if you can see Koha, it doesn&#39;t matter):<br><br>APACHE_RUN_USER=nobody APACHE_RUN_GROUP=nobody httpd -S<br clear="all">
<br>-- <br>Jesse Weaver<br>