Top "Mod-proxy" questions

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

Making a two way SSL authentication between apache httpd reverse proxy and Tomcats

I have an Apache HTTPD working as a reverse proxy, and Tomcat(6.0.35) server(s), what I'm trying to achieve is …

apache tomcat ssl mod-proxy
Is there a way to remove apaches Reverse Proxy Request Headers?

When acting as a reverse proxy, apache adds x-forwarded headers as described here. http://httpd.apache.org/docs/2.2/mod/mod_…

apache mod-rewrite apache2 mod-proxy mod-headers
Reverse proxy with mod_proxy, preserve original request URL

I've configured a reverse proxy using mod_proxy (Apache2) listening on 127.0.0.1:80, that proxies all the request to 127.0.0.1:8080 So I've configured …

apache reverse-proxy mod-proxy
ProxyPassReverse dropping HTTPS

On my home network, I have a web server and a DNS server. I have various other application servers that …

apache mod-proxy ubuntu-14.04
Couldn't find package "libapache2-mod-proxy-html" Ubuntu 16.04

I want to install "libapache2-mod-proxy-html" package but When I want to install it, it gives me error. Just to …

python apache ubuntu proxy mod-proxy
httpd mod_proxy_balancer failover failonstatus - transparent switching

I am using mod_proxy_balancer to manage failover of backend servers. Backend servers may return an error code instead …

apache reverse-proxy mod-proxy failover mod-proxy-balancer
502 Proxy Errors between IIS and Apache2

I am currently running apache2 on a SUSE instance @EC2. As part of my site, my data uses mod_proxy …

apache iis proxy mod-proxy
Apache HTTPD/mod_proxy/Tomcat and SSL with client auth

I'm sure this is an FAQ but I couldn't find anything I recognized as being the same question. I have …

apache tomcat ssl mod-proxy mod-proxy-balancer
Mixing RewriteRule and ProxyPass in Apache

I was working on debugging an issue today related to mixing mod_proxy and mod_rewrite together and I ended …

apache mod-rewrite apache2 load-balancing mod-proxy
How to configure mod_proxy to block every site except one

I'm trying to set up mod proxy to block all traffic except to a specific domain. I can configure it …

proxy apache mod-proxy