mod-proxy is the proxying module for the Apache HTTP server.
I am using mod rewrite to mask the context root of my application. For example, RewriteRule ^/directory/(.*) balancer://appcluster/directory/$1 […
apache mod-rewrite mod-proxyI have apache couchDB active on http://localhost:5984/ which i need to access at http://localhost:80/couch/. I need to …
apache proxy apache2 reverse-proxy mod-proxyI have a HTTP Basic secured website. I hide a Tomcat application server with mod_proxy. Can I remove the …
apache mod-proxy basic-authenticationI have a page at host1.mydomain.com/page_from_host1.jsp and an HTML page at host2.mydomain.com/…
iis iis-7 cross-domain reverse-proxy mod-proxyI followed the example in the following SO question to successfully set up an Apache forwarding proxy: Setting up an …
proxy apache2 mod-proxyMy roommate and I each have a separate webserver we are trying to set up. We are trying to use …
apache mod-proxyI have a problem with the web sockets and my reverse proxy Apache, I have upgraded in latest release 2.4.5 and …
apache2 websocket reverse-proxy mod-proxyI am trying to use the apache's proxy module for working with xmpp on ubuntu desktop. For this i did …
apache2 xmpp mod-proxy