sunnyjassal wrote:
Actually I have one more question. Would using apache as a proxy help me accomplish something like:
http://www.website.com -> Goes to localhost:8080/MySite
admin.website.com -> Goes to localhost:8080/AdminSite
redmine.website.com -> Goes to site hosted on apache
for admin.website.com or redmine.website.com do I need to purchase anything special? I am actually fine with
http://www.website.com/admin or
http://www.website.com/redmine also but not sure if that is possible in the proxy way.
I use proxying, Apache for static content and certificates, run Tomcat on localhost:8080. This lets me run other servers if I wish on localhost on different ports all front-ended with Apache, certificates in just one place, Apache. I use ProxyPass and ProxyPassReverse. If I operated a high bandwidth site or sites I might change the configuration though so YMMV.