Top "Mod-proxy" questions

mod-proxy is the proxying module for the Apache HTTP server.

Do I need to use ProxyPassReverse if I'm using mod rewrite?

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-proxy
Apache port forward

I 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-proxy
Remove basic authentication header with apache mod proxy

I have a HTTP Basic secured website. I hide a Tomcat application server with mod_proxy. Can I remove the …

apache mod-proxy basic-authentication
Apache forward proxy that handles https

I followed the example in the following SO question to successfully set up an Apache forwarding proxy: Setting up an …

proxy apache2 mod-proxy
Sending redirect in Tomcat web application behind a Apache 2 proxy (mod_proxy)

I have a web application on tomcat http://localhost:8080/WebApp/ The I have configrued Apache 2 (mod_proy) so that the …

java apache tomcat redirect mod-proxy
Issues Setting up a reverse proxy in Apache

My roommate and I each have a separate webserver we are trying to set up. We are trying to use …

apache mod-proxy
Reverse proxy with websocket mod_proxy_wstunnel

I 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-proxy
Apache multipart POST "pass request body failed"

We are having problems with our web server (which is configured ssl -> apache -> jetty) randomly rejecting …

apache https jetty multipart mod-proxy
apache proxy module gives 403 forbidden error

I am trying to use the apache's proxy module for working with xmpp on ubuntu desktop. For this i did …

apache2 xmpp mod-proxy