[nycbug-talk] apache and alternate ports
Hans Zaunere
lists
Wed Jul 20 18:28:44 EDT 2005
On Wednesday, July 20, 2005 5:41 PM, talk-bounces at lists.nycbug.org
wrote:
> I hate to get archived on Google asking this under my real name but:
>
> I'm trying to get Apache to listen on ports other than 80. Say 81.
> Does FreeBSD have that port closed by default. And where/how
> would one open and close those ports?
It varies over versions, but this is the preferred method for all versions:
Listen: xxx.xxx.xxx.xxx:8080
Then remove the Bind and Port directives. You can also:
Listen: *:80
H
More information about the talk
mailing list