[thelist] Aliasing Port 8080 to 80 (was: Rewrite rule "translator")

Daniel J. Cody djc at starkmedia.com
Mon Apr 16 15:22:52 CDT 2001


If you're using the VirtualHost directive, its as simple as:

<VirtualHost 1.2.3.4:8080>
directive stuff..
</VirtualHost>

By default, 
<VirtualHost 1.2.3.4>
directive stuff..
</VirtualHost>

will listen on whatever you've declared as the 'Port' statement, usually
'Port 80'.

It can get pretty complicated with the mixing and matching of the
'BindAddress', 'Port', and 'Listen' statements in your httpd.conf file,
but thats a general rundown :)

.djc.

Joe Crawford wrote:

> So folks - how do you specify a domain to answer with port 80 versus port
> 8080?




More information about the thelist mailing list