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.

nginx reverse proxy with Windows authentication that uses NTLM

Anyone knows if is possible to do reverse proxy with Windows authentication that uses NTLM? I cant find any example …

nginx reverse-proxy ntlm
Why does Jenkins complain that my reverse proxy setup is broken?

I have no idea why after Jenkins is updated to version 1.591 (Ubuntu Server 12.04), the originally correctly set up reverse proxy …

apache tomcat jenkins configuration reverse-proxy
How to enable windows authentication through a reverse proxy?

Sorry if it is a duplicate, as I am not a security nor network expert I may have missed the …

iis authentication ntlm reverse-proxy
How to redirect on the same port from http to https with nginx reverse proxy

I use reverse proxy with Nginx and I want to force the request into HTTPS, so if a user wants …

ssl proxy nginx reverse-proxy
ProxyHTML to rewrite URL

I've got 2 apache servers set up. One on port 80 and another on port 8077. I'm wanting to see everything on the …

apache apache2 reverse-proxy mod-proxy-html
Subdomain proxy pass all pointing to single server

I have 2 applications hosted on a single apache tomcat on port 8080 > http://mydomain.com:8080/application1 http://mydomain.com:8080/application2 …

apache2 reverse-proxy tomcat
Nginx TCP forwarding based on domain name

i am trying to use nginx proxy in front of 2 different servers example.com , example1.com >> nginx 10.0.0.1 >&…

nginx reverse-proxy rtmp
Avoid nginx decoding query parameters on proxy_pass (equivalent to AllowEncodedSlashes NoDecode)

I use nginx as a load balencer in front of several tomcats. In my incoming requests, I have encoded query …

nginx load-balancing reverse-proxy
How to rewrite Location response header in a proxy setup with Apache?

I have a primary proxy which sends requests to a secondary proxy on which OpeenSSO is installed. If the OpenSSO …

apache url-rewriting reverse-proxy response-headers
Code to get a Java servlet to act as a proxy?

I have two Java web applications that have a single servlet that gets mapped to a specific URL: red.war/ …

java http servlets web-applications reverse-proxy