Anybody know how to configure Apache 1.3.26 to pass off subdomains to another machine behind a router? I had it set up once, before I actually needed it, but can’t get it to work now. I have “mydomain.com” which goes to one machineat local IP 192.168.1.2, and want to redirect “subdomain.mydomain.com” to go to 192.168.1.3. I’ve set up a virtualhost using ProxyPass and ProxyPassReverse. Like I said, it was working at one time, but isn’t working now. The first time I set it up, I passed things off to my Windows machine with a temporary server set up anticipating that I’d have another computer that would eventually get that subdomain, to see if it worked. Then I just commented out the lines dealing with that subdomain. Now I have that other machine, uncommented those lines, and changed the IP to the correct IP for that machine, and it isn’t working.

Update – I found a better way of doing things. The machine I wanted to access via the subdomain was never intended to be seen by the public, and security could have been an issue. A friend of mine told me how to access it securely via SSH.