We have an odd, intermittent error that occurs with mod_proxy_ajp, i.e. using apache as a front end to a tomcat server.
I hope here are some cracks around that can easily solve the issue I am struggling with even after searching in several forums: I need to place a Glassfish v3 application server behind an Apache 2.2.
DeviceA serves as a reverse-proxy and is supposed to forward requests as follows: 192.168.1.10/DeviceB ==> 192.168.1.20/index.html
i have a domain www.example.com as front end, and i have many servers having front end servers like games.example.com
I have a public Apache server which needs to proxy to an internal Apache server (for SVN access). What I\'d like to have is:
I have a HTTP Basic secured website. I hide a Tomcat application server with mod_proxy. Can I remove the HTTP Basic header? The Tomcat application reads the header and returns 401 not authorized. Basi
I am trying to set up Virtual Hosts on my WAMPSERVER 2.0i installation. Currently it looks like that:
I am using Tomcat for hosting my web application and apache http server on top of it using mod proxy for load balancing.
I\'m running apache 2.0.52, and I\'ve compiled the mod_proxy_html module (version 3.1), apache starts fine, no errors. The only problem is that the module appears to do nothing - I\'m not even getting
What I am trying to achieve is to have Apache\'s mod_proxy_balancer check if a request was already made using a Memcache store.