I have 2 web servers. One hosts my main website (www.site.com), and the other hosts a subdomain (sub.site.com). The way I have it set up, any time you go to the subdomain, it routes through the main s
I have a wordpress based php application running on apache on ubuntu server. I have developed a new version of the application, and I\'d like only certain users to access this beta.
I have 2 web applications running under Tomcat6.Currently, I can access one of them via m开发者_开发问答od_proxy with the following config...
I have configured my web application using Apache-Tomcat connector through mod_proxy - see below. <IfModule mod_proxy.c>
since last two days i am performing tomcat clustering. It works fine for a test-app application but when i am passing reference to my webapp, it throws the below exception and clustering does not work
I currently have a very basic cluster composed of two Tomcat 6.0.32 instances (Tomcat1 and Tomcat2) running on the same VPS. I\'m using mod_proxy_ajp and mod_proxy_balancer as the load balancer throug
I have a server with Apache2 (on port 80) and Glassfish (on port 8080). I\'d like to configure Apache to transparently proxy al request to a certain virtual host to the glassfish Server.
I have a Tomcat connected via mod_proxy_ajp to an Apache2.2 instance. Apache does the authentication via mod_auth_kerb, and Tomcat uses request.getRemoteUser() to get the authenticated user.
I have a really weird issue. I have an IIS6 backend server. If a site on IIS is configured to .net 2.0/3/3.5 then apache does a great job.
I\'d like to configure my Apache web server to serve everything that begins with \"/static/\" and anything else should be served by Tomcat.