Install Apache in qjail?

Peter Boosten peter at boosten.org
Thu Jul 22 03:08:46 UTC 2010


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


More information about the freebsd-questions mailing list