Chrispin Simasiku Sitali schreef op vr 21-08-2015 om 17:46 [+0200]:
> No I havent

Good, don't.

Have you told the virtual hosts to listen on the port that you want?

You don't do this with "Listen 8000", that just tells apache that
something could be listening there, so it's necessary, but not the whole
story.

Instead, this is specified in the <VirtualHost ...> part. This is often
of the form:

<VirtualHost *:80>

if you change that 80 to the relevant port for that section, then it'll
put that site there.

Ensure all the Listen lines are in ports.conf, in accordance with the
prophecy.

-- 
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204
GPG: 5FA7 4B49 1E4D CAA4 4C38  8505 77F5 B724 F871 3BDF

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to