Top "Proxypass" questions

ProxyPass in Apache, and proxy_pass in nginx, are directives used to specify which backend or remote server should handle the incoming http request

Apache ProxyPass - Regex to Exclude Files

I'm trying to exclude all files starting with "dgg-" and ending in ".xml", example: dgg-file-1.xml from using the apache …

regex apache mod-rewrite load-balancing proxypass
Apache 2.2 reverse proxy not working

I am trying to set up my apache (version 2.2.3) to work as reverse proxy. I configured apache on public server …

apache2 reverse-proxy proxypass
https redirect for rails app behind proxy?

server declaration in my nginx.conf: listen 1.2.3.4:443 ssl; root /var/www/myapp/current/public; ssl on; ssl_certificate /etc/nginx-cert/…

ruby-on-rails https nginx unicorn proxypass
ProxyPass|ProxyPassMatch can not have a path when defined in a location

I tried the answer in this problem. How to merge multiple ProxyPass directives in Apache? But I am getting an …

apache configuration proxypass
Apache2 VirtualHost (ProxyPass and Alias) configuration works in Ubuntu but not on OSX

I have been using an Ubuntu machine for my development environment for years and am attempting to migrate to OSX (…

apache2 alias virtualhost apache2.2 proxypass
docker nginx proxy nginx connect() failed (111: Connection refused) while connecting to upstream

I'm trying to run a nginx container as the main entry point for all of my websites and web services. …

docker nginx proxypass
Apache proxyPassReverse and Websockets

I've been working on a Perl Mojolicious project that uses websockets. I'm wanting to launch it on a shared server …

apache websocket mojolicious proxypass
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
Using ProxyPass for pages but not images

As a result of horrible, horrible errors, we've changed how we connect Apache to Tomcat. We were using mod_jk: …

apache proxy mod-jk ajp proxypass
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