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

ProxyPass and DocumentRoot on one domain

Let's say I have the following configuration: <VirtualHost domain.com> # Server names, admins, logs etc... ProxyVia On ProxyRequests …

apache document-root proxypass
Reverse Proxy with Apache ProxyPass redirects instead of transparently passing through

I got a web application running inside a Tomcat at http://<server>:8080/app/portal/. I want the world …

apache2 reverse-proxy httpd.conf proxypass
Spring Boot and Nginx integration

In my project, web app is developed using Spring boot with default tomcat server. I am using NGINX as load-balancer …

nginx docker spring-boot reverse-proxy proxypass
Why does nginx proxy_pass close my connection?

The documentation says the following Sets the HTTP protocol version for proxying. By default, version 1.0 is used. Version 1.1 is recommended …

http nginx proxypass
malformed HTTP response with docker private registry (v2) behind an nginx proxy

I have setup a Docker private registry (v2) on a CentOS 7 box following their offical documentation: https://docs.docker.com/…

ssl nginx docker proxypass
Nested locations in nginx

Hi I'm trying to get the following to work! I'm basically trying to allow the following URLs to be passed …

nginx location reverse-proxy proxypass
Apache proxypass using a variable URL with interpolate

I'm trying to set up an apache server for test purposes. The goal is to simulate a loadbalancer. The part …

apache configuration localhost proxypass interpolation
proxy: No protocol handler was valid for the URL /. If you are using a DSO version of mod_proxy

I have added ProxyPass in the virtual-host and end up with below error in the error.log file. proxy: No …

apache proxy virtualhost vhosts proxypass
nginx proxy_pass over https_proxy

I am trying to set up nginx with this config. To access backend.mygreat.server.com I have to go …

nginx http-proxy proxypass
How can LocationMatch and ProxyPassMatch be Combined?

I am setting up an Apache 2.4.6 server on an internal machine for testing purposes. One of the things that Apache …

apache proxypass locationmatch