ProxyPass in Apache, and proxy_pass in nginx, are directives used to specify which backend or remote server should handle the incoming http request
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 proxypassI 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 proxypassserver 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 proxypassI tried the answer in this problem. How to merge multiple ProxyPass directives in Apache? But I am getting an …
apache configuration proxypassI have been using an Ubuntu machine for my development environment for years and am attempting to migrate to OSX (…
apache2 alias virtualhost apache2.2 proxypassI'm trying to run a nginx container as the main entry point for all of my websites and web services. …
docker nginx proxypassI've been working on a Perl Mojolicious project that uses websockets. I'm wanting to launch it on a shared server …
apache websocket mojolicious proxypassI'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