[Koha] Problem installing Koha 3.00.00 on Debian 8.4

Jesse pianohacker at gmail.com
Tue Apr 7 12:47:34 NZST 2009


On Mon, Apr 6, 2009 at 6:34 PM, Thomas Sycko <tsycko at 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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.katipo.co.nz/pipermail/koha/attachments/20090406/45a0620d/attachment.htm 


More information about the Koha mailing list