Top "Mod-proxy" questions

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

Apache subdomain redirect into Tomcat

I'm pretty new to Apache HTTP, and sysadmin-ing in general, so i have this question I have a domain (www.…

apache tomcat subdomain mod-proxy mod-jk
Minimal configuration for Apache reverse proxy in Docker container

I am trying to setup a Ubuntu Docker container which runs a Node.js HTTP app on port 9000. To mimic …

node.js apache docker reverse-proxy mod-proxy
Apache & JBoss use port 80 at the same time

I have both Apache 2 and JBoss 4.2.3 on the same machine and would like both of them to use port 80. There …

apache jboss apache-config mod-proxy mod-jk
Apache's ProxyPass and ProxyPassReverse equivalent in IIS

Is there Apache's mod_proxy equivalent in IIS? I have following configuration in my Apache's httpd.conf (mod_proxy enabled): …

apache iis mod-proxy proxypass
Trouble configuring apache server to proxy an SSL connection

I'm running an application on Tomcat7 with Apache Portable Runtime, I bought an SSL certificate and configured it correctly - …

ssl apache2 virtualhost mod-proxy mod-ssl
Mod cluster proxy timeout in apache error logs

In our environment we get these entries consistently in error logs. [Sun Dec 22 20:29:43 2013] [error] (70007)The timeout specified has expired: ajp_…

apache jboss jboss5.x mod-proxy
Apache reverse proxy: how to redirect relative URLs in external site back to itself?

I need to bypass cross-site scripting restrictions in order to show users a map when they click a link from …

apache cross-domain mod-proxy cross-domain-proxy
Changing request header before forward proxy in Apache

I have used "forward proxy" in Apache. I want to change part of request header before passing the request. for …

apache2 mod-proxy request-headers
Apache Web Server : ProxyPass and ProxyPassReverse

I have scanned through internet and also stackoverflow and i'm still not sure the purpose of proxypass and proxypassreverse. Why …

apache2 mod-proxy mod-jk
Apache: 502 proxy error in Express.js while integrating with Apache

I am hosting apache and node.js server together with apache server proxying to node server.My framework is express.…

node.js apache express socket.io mod-proxy