Top "Mod-proxy" questions

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

Tomcat cookies not working via my ProxyPass VirtualHost

I'm having some issues with getting cookies to work when using a ProxyPass to redirect traffic on port 80 to a …

apache tomcat cookies virtualhost mod-proxy
Apache mod_proxy url encoding

I have a REST service that accepts parameters in a form /{parameter} Also there is Apache2 that forwards requests to …

apache url-encoding mod-proxy
How to server static files + proxy context

I am wondering how to configure my httpd server to serves the following pages: My need is to serve static …

apache mod-rewrite reverse-proxy httpd.conf mod-proxy
Is it possible to use "%{HTTP_HOST}" in ProxyPass?

I'm trying to implement a transparent proxy using apache2 and mod_proxy that for now - doesn't do anything. just …

apache mod-rewrite apache2 mod-proxy proxypass
Apache mod-proxy ProxyErrorOverride for specific URL patterns

I am using Apache 2.2 with mod-proxy and I have configured it with several ProxyPass statements to proxy from remote URL …

apache mod-proxy
Case-insensitive Location

I am using VisualSVN Server that installs an Apache server. In the below example <Location /MyIISWebSite> ProxyPass https://…

apache reverse-proxy httpd.conf mod-proxy visualsvn-server
Apache, mod_auth_kerb, mod_proxy: Get authenticated user in Go Web Application

I'm using Apache as reverse proxy for things like authentication in front of the go http server. The following apache …

apache go mod-proxy mod-auth-kerb
Apache proxy caching "service temporarily unavailable" response when target is down

I have apache sitting in front of my node server. Node is running on certain port, I am using apache …

apache mod-proxy
How to configure Apache to work as proxy (load balancer) for j2ee server?

I have apache web server installed as frontend and I have j2ee SAP Netweaver Application Server installed in Intranet …

apache jakarta-ee mod-proxy
Apache ProxyPass HTTPS and remote server with SNI

I'm wanting to front an AWS APIGateway URL with a reverse proxy in Apache. The reason is due to a …

apache mod-proxy mod-ssl