On Sun, Apr 24, 2011 at 4:03 AM, <aj...@maxenna.com> wrote:
>
> Initially I added the following lines to ports.conf.
>
> Listen 80
> Listen 8080
> NameVirtualHost*:80
> NameVirtualHost*:8080

Spaces are needed between 'NameVirtualHost' and the rest of the lines
(i.e. *:80)

NameVirtualHost *:80
NameVirtualHost *:8080

To+
_______________________________________________
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to