Hi Greg,
On Wed, Nov 4, 2009 at 1:51 PM, gsl <
gsl@...> wrote:
> We've just finished installing koha 3.0.4, and gotten to the setup page. However, to get to the initial setup page we have to specify:
>
>
http://koha:8080 #where 'koha' is the machine name
>
> The following will not work:
>
>
http://localhost:8080 #not found
>
> Nor will access from a different computer (but also on the same private network):
>
>
http://192.168.15.10:8080>
> Apache is fine:
>
>
http://192.168.15.10 #It Works!
>
> Isn't this an Apache alias configuration I need to change?
Sounds like a VirtualHost issue. You'll need something like this:
<VirtualHost 192.168.15.10:8080>
To access the staff client from the local network.
It also looks like the OPAC is not configured correctly in
koha-httpd.conf as well.
Kind Regards,
Chris
_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha