On 22-7-2010 2:10, Aiza wrote:
> 
> If this apache jail is going to use the standard port 80 to listen on,
> then the host and any other jails can not use that port number.

Nonsense!

Since the IP address assigned to the jail is the only one the jail is
seeing, Apache will only bind to that IP address. So you can have as
many jails running Apache on port 80 as you like, because they only will
bind to the IP address belonging to the jail.

The only 'challenge' will be configuring Apache on the host itself to
only listen to one IP address, instead of *, which is piece of cake.

Peter

-- 
http://www.boosten.org
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to