On Sun, Apr 24, 2011 at 4:03 AM, <[email protected]> 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 [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

