Top "Reverse-proxy" questions

A reverse proxy server usually refers to an HTTP accelerator or load-balancer which proxies requests on behalf of the actual clients to one or more backend HTTP servers.

ProxyPassMatch with ProxyPassReverse

Folks, We are trying to setup Apache reverse proxy for the following scenario: Incoming requests take the form http://foo.…

apache reverse-proxy proxypass
API gateway vs. reverse proxy

In order to deal with the microservice architecture, it's often used alongside a Reverse Proxy (such as nginx or apache …

nginx reverse-proxy microservices aws-api-gateway tyk
Nginx: when to use proxy_set_header Host $host vs $proxy_host

I've been reading up on reverse proxying and am wondering when proxy_set_header Host $host is appropriate over proxy_…

nginx proxy reverse-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
nginx reverse proxy to backend running on localhost

EDIT: It turns out that the my setup below actually works. Previously, I was getting redirections to port 36000 but it …

nginx reverse-proxy
What does the Resolver param in nginx do?

I am using nginx as a reverse_proxy server with ELB. I am looking for explanation regarding the resolver value …

nginx reverse-proxy resolver
Apache - Reverse Proxy and HTTP 302 status message

My team is trying to setup an Apache reverse proxy from a customer's site into one of our web applications. …

apache redirect reverse-proxy http-status-code-302
HAProxy + WebSocket Disconnection

I am using HAProxy to send requests, on a subdomain, to a node.js app. I am unable to get …

node.js websocket reverse-proxy haproxy
Intercepting backend 301/302 redirects (proxy_pass) and rewriting to another location block possible?

We have a couple of backends sitting behind our nginx front ends. Is it possible to intercept 301 / 302 redirects sent by …

redirect nginx http-status-code-301 reverse-proxy http-status-code-302
nginx as cache proxy not caching anything

I'm trying to cache static content which are basically inside the paths below in virtual server configuration. For some reason …

linux caching proxy nginx reverse-proxy