[ale] Alternative port to 80 for web server
Fletch
fletch at phydeaux.org
Thu Feb 7 10:36:46 EST 2002
>>>>> "Mike" == Mike Millson <mgm at atsga.com> writes:
Mike> I would like to run my Apache web server for testing
Mike> purposes. To avoid port scans looking for web servers and
Mike> other undue attention, I would like to run it on a port
Mike> other than 80. Any guidance for picking that other port
Mike> number or any other suggestions?
If you don't want it visible, run it on localhost only. Then
it doesn't matter what port you run it on. Use either the BindAddress
or Listen directives to tell it to do so:
BindAddress 127.0.0.1
Port 8000
or
Listen 127.0.0.1:8000
--
Fletch | "If you find my answers frightening, __`'/|
fletch at phydeaux.org | Vincent, you should cease askin' \ o.O'
770 933-0600 x211(w) | scary questions." -- Jules =(___)=
| U
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.
More information about the Ale
mailing list