Top "Mod-proxy" questions

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

lighttpd as reverse-proxy

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 192.168.1.10/DeviceC ==> 192.168.1.30/index.…

lighttpd reverse-proxy mod-proxy
Redirect to other domain but keep typed domain

After looking on the internet for about an hour, I didn't find the answer to my question. So I'm searching …

regex apache .htaccess mod-rewrite mod-proxy
How to use a different path name in ProxyPass than the Tomcat context name

I am using Tomcat 5.5.9 and Apache 2.x We are trying to use a path name in ProxyPass that is different …

apache tomcat mod-proxy
ProxyPreserveHost seems to do little for me

I see many on the web referring to the use of ProxyPreserveHost On to make sure that a proxied backend …

apache mod-proxy
Apache2 Reverse Proxy to an end-point that requires BasicAuth but want to hide this from user

Basically my scenario is that I have an internal website that requires a SINGLE hard-coded username and password to access (…

apache apache2 reverse-proxy basic-authentication mod-proxy
Apache + Node.js + mod_proxy. How to route one domain to :3000 and another to :80

Problem: I need to host a Node-application and a php-application on the same server on different domains. example.com should …

apache node.js mod-proxy
Apache 2.4 + PHP-FPM and Authorization headers

Summary: Apache 2.4's mod_proxy does not seem to be passing the Authorization headers to PHP-FPM. Is there any way …

apache http apc mod-proxy php
tunneling secure websocket connections with apache

I have an Apache running that is only accessible via HTTPS. I want to serve websockets from an additional server …

apache ssl websocket mod-proxy
AJP 1.3 Connector listens on port 8009 globally, why and how to turn it off?

I set up a Tomcat 6 with an Apache 2 and mod_proxy. Now I have this default value in my server.…

tomcat mod-proxy ajp
How to rewrite / proxy an Apache URI to an application listening on a specific port / server?

They say that Apache's mod_rewrite is the swiss-army knife of URL manipulation, but can it do this? Lets say …

apache mod-rewrite port mod-proxy