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.

How do I use Rack::Proxy within Rails to proxy requests to a specific path to another app

I found this great blog post on how to use Rack::Proxy as a separate proxy app. The article explains …

ruby-on-rails-3.1 proxy rack reverse-proxy routes
Nginx reverse proxy error:14077438:SSL SSL_do_handshake() failed

So i am using following settings to create one reverse proxy for site as below. server { listen 80; server_name mysite.…

ssl nginx proxy reverse-proxy
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
How can i proxy to SSL backend without specifiyng cert files?

I have an Play 2.1.x application which signs itself using JKS. It's up, running and available at domain.com:9443, I …

ssl nginx playframework-2.1 reverse-proxy
The simplest possible reverse proxy

I'm looking for a way to simply set up a proxy locally that connects to a remote site. I don't …

python ruby node.js reverse-proxy
Nginx reverse proxy to Heroku fails SSL handshake

I'm unfortunately not much of a system administrator and have come upon a problem that has me banging my head …

ssl heroku nginx configuration reverse-proxy
HTTP Error 500.52 - URL Rewrite Module Error.

I am trying to setup a reverse proxy with IIS 7.5. I want an incoming request that matches a certain URL …

iis-7 reverse-proxy url-rewrite-module
Can nginx be used as a reverse proxy for a backend websocket server?

We're working on a Ruby on Rails app that needs to take advantage of html5 websockets. At the moment, we …

ruby-on-rails nginx reverse-proxy websocket thin
Websockets reverse proxy in IIS 8

I'm attempting to connect to a websockets server (websockify) through a reverse proxy on IIS. The IIS and websockets server …

iis websocket reverse-proxy websockify novnc
Failed to load resource: net::ERR_CONNECTION_RESET with Apache 2.4 and Chrome

I use an application behind a reverse proxy using Apache 2.4 (mod_jk). When I request some page, it takes forever …

apache jetty reverse-proxy httpd.conf mod-jk