Click to See Complete Forum and Search --> : VirtualHosts and Ports


dt23
09-12-2003, 12:44 AM
Right now, any request to 'ww2.mydomain.com:6000' is being directed to another one of my other websites... I'm not sure why.

I tried: <VirtualHost ww2.mydomain.com>, <VirtualHost ww2.mydomain.com:5000>, and the same with ServerName.

Does anyone know the virtualhost syntax in Apache for capturing requests of 'ww2.mydomain.com:6000' so I can direct requests for it to a particular website?

TIA,
dt23

dt23
09-12-2003, 01:30 PM
Nevermind. Figured it out. It helps when the httpd server runs when you ask it to. :P