Forum Moderators: phranque
First I hope 2009 will be a great year to your all.
I wonder if someone have suggestion to my problem.
Like many isp they only give me one Ip-adress and today I port forward my traffice to my Webserver (Windows 2003 with II6). But I have a need of get a Linux machine up and running and with Apache serve webpages on port 80.
Before I use some like reverse proxy that I puted in apache config for some virtual domains and redirected traffice to another webserver. Any one know how to do this? Or can suggest a better solution?
"My ideas was to put the linux/apache as frontend and for those 10 www.domains.com that need the windows machines I internally let the Apache act as proxy"
ProxyPass, ProxyPassReverse and ProxyPassReverseCookieDomain from mod_proxy [httpd.apache.org] et al. are the directives to look at for reverse proxying in apache.