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.
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 routesSo i am using following settings to create one reverse proxy for site as below. server { listen 80; server_name mysite.…
ssl nginx proxy reverse-proxyI got a web application running inside a Tomcat at http://<server>:8080/app/portal/. I want the world …
apache2 reverse-proxy httpd.conf proxypassI 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-proxyI'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-proxyI'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-proxyI 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-moduleWe'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 thinI'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 novncI 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