Bind and apache2 (point subdomain to another IP)

Server1:
lan ip: 192.168.1.191
http: yes port 80 (outgoing)
bind: yes

Server2:
lan ip: 192.168.1.192
http: yes port 980 (outgoing)
bind: no


What I am trying todo is make a subdomain on server1, server2.domain.com . But I want the new subdomain to point to Server2's http on port 980.

Is this possible?


Thanks,

Josh

 

 

 

 

Top