Ok here's the deal... I have a Linux server running ISPConfig and my websites. I have another server which is running Windows Server 2003. There is a service running on the windows server which I cannot run on the linux server. Is there anyway to like have subdomain.domain.com point to the windows server? I have 1 static IP address and everything is behind a firewall. Port 80 is forwarded to the webserver. Help?!?!?!
In your case this doesn't work, but you can use Apache's reverse proxy feature. Have a look here: http://www.howtoforge.com/forums/showthread.php?t=8055&highlight=reverse+proxy
Proxy cache OK, go the reverse proxy working great! Only problem is now, it caches it. The content running through the reverse proxy has login data that DOES NOT need to be cached... how can i solve this? Casey
Have a look here: http://httpd.apache.org/docs/2.0/mod/mod_proxy.html Caching is provided by mod_cache, so you can either disable it or change its configuration.