mod-proxy
How can I get a script to run whenever an http request is made?
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[详细]
2023-03-05 12:04 分类:问答A different document root for beta users?
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.[详细]
2023-03-05 06:56 分类:问答How Can I Proxy To Multiple Application Running in Tomcat via mod_proxy
I have 2 web applications running under Tomcat6.Currently, I can access one of them via m开发者_开发问答od_proxy with the following config...[详细]
2023-03-01 02:47 分类:问答How to get browser URL in Apache-Tomcat Web Application?
I have configured my web application using Apache-Tomcat connector through mod_proxy - see below. <IfModule mod_proxy.c>[详细]
2023-02-25 02:03 分类:问答Unable to serialize session in clustering
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[详细]
2023-02-24 12:14 分类:问答Tomcat 6 Clustering - Authenticated Session Replication
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[详细]
2023-02-21 12:07 分类:问答What is the simplest apache mod_proxy configuration for Glassfish?
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.[详细]
2023-02-16 23:19 分类:问答Rewrite authenticated Apache2.2 user for mod_proxy_ajp
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.[详细]
2023-02-16 12:51 分类:问答Apache, mod_proxy and reverse proxying an IIS6 backend running .net 4
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.[详细]
2023-02-16 11:17 分类:问答Regex negation - Apache
I\'d like to configure my Apache web server to serve everything that begins with \"/static/\" and anything else should be served by Tomcat.[详细]
2023-02-14 21:27 分类:问答