On 9/9/06, Charles Michener <micheck123@xxxxxxxxx> wrote:
I have an Apache server listening to port 80 and serving domains 1,2,3,... To reduce the first server's load I would like to install another server running Apache; I would like to set it up looking at the same router and IP address but listening to a different port - say 8080 - serving domains 20, 21, 22,... I understand that the new server would have an HPPTD.CONF file that says LISTEN 8080 not LISTEN 80. My question is where do I tell the transferred domains - 20, 21, 22,... that they should come in on 8080 not the default 80.
You can't, unless your router has the ability to do this (unlikely). The default port for HTTP is 80, and if you want the clients to use a different port, it needs to be specified explicitly in the URLs as in http://server.example.com:8080/ Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx