Tagged 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.

learn more… | top users | synonyms

29
votes
5answers
8k views

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 have two separate "servers" so to speak: our main app running on nginx+passenger, and a ...
27
votes
6answers
23k views

Difference between proxy server and reverse proxy server

What is the difference between proxy server and reverse proxy server?
13
votes
4answers
7k views

HAProxy + WebSocket Disconnection

I am using HAProxy to send requests, on a subdomain, to a node.js app. I am unable to get WebSockets to work. So far I have only been able to get the client to establish a WebSocket connection but ...
11
votes
2answers
476 views

Advantages of a reverse proxy in front of Node.JS

What are the advantages of having nginx or another web-server running as a reverse-proxy in front of the Node.JS? What does it provide? (This question is intended for matters concerning web-apps, not ...
9
votes
1answer
13k views

How to serve all existing static files directly with NGINX, but proxy to Apache the rest?

location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; if (-f $request_filename) { ...
8
votes
2answers
360 views

Does a reverse proxy make node.js safe?

I want to put node.js on the cloud for an application which has sensitive corporate information. I am afraid node.js is not as secure as some of the older servers since it has not been in the wild a ...
8
votes
8answers
702 views

How to protect a web server FROM a reverse proxy server

I have a website "www.website.com". Recently I found out that somebody has set up a reverse proxy with an almost identical url "www.website1.com" in front of my website. I'm concerned of those ...
8
votes
1answer
2k views

CherryPy behind Nginx reverse-proxy POST requests corrupted/truncated

I have put my application using Cherrypy 3.1.2 behind Nginx configured as a reverse-proxy. All is working right for GET requests, but all POST requests return HTTP 400 - Malformed header. I traced ...
7
votes
3answers
3k views

How do I setup TeamCity for public access over https?

How do I setup TeamCity 4.0 so that I can access it over port 443 on the internet? e.g. https://teamcity.mydomain.com I am running IIS 7 on the same server that TeamCity is installed. I see two ...
6
votes
2answers
1k views

nginx and Perl: FastCGI vs reverse proxy (PSGI/Starman)

A very popular choice for running Perl web applications these days seems to be behind a nginx webserver proxying requests to either a FastCGI daemon or a PSGI enabled webserver (e.g. Starman). There ...
6
votes
4answers
1k views

Post processing of reverse proxied HTTP requests? (like Akamai's ESI)

We run a relatively high volume content site. Like most content sites, the majority of each page is relatively static. The articles rarely change, making them good candidates for some form of ...
6
votes
4answers
1k views

Reverse proxy

How does reverse proxy server work? Is it used to secure the main server? Is it used as a firewall? What are the reasons for using a proxy server? Could someone give a real world example?
6
votes
4answers
3k views

Alternative Reverse Proxy Architecture Directions

Currently, I've got an expensive license for a reverse proxy server in an environment that is mostly Tomcat. I'm thinking of one or both of the following upgrades. Using Squid instead of the ...
5
votes
1answer
340 views

Varnish and ESI, how is the performance?

Im wondering how the performance of th ESI module is nowadays? I've read some posts on the web that ESI performance on varnish were actually slower than the real thing. Say i had a page with over ...
5
votes
6answers
737 views

Multiple Ruby versions on one webserver?

The Ideal Using rvm, it would be awesome to be able to have multiple Rubies on one webserver, and through some sort of server configuration, be able to assign Ruby versions to different ...
5
votes
1answer
2k views

Setting up Wildcard subdomain (with reverse proxy) on apache 2.2.3

Hey All, What I am trying to achieve is the following: I want to have numerous subdomains such as abc.domain.com redirect to a url such as www.domain.com/something?subdomain=abc Since I am ...
5
votes
1answer
5k views

Best reverse proxy for IIS 6?

I want to set up a reverse proxy from one of our intranet IIS sites to point to another tomcat server. Eg, i want the user to browse to 'http://our-iis-server/friendly-url' and for it to reverse proxy ...
5
votes
0answers
2k views

Best method of post processing Nginx reverse proxy response

I'm doing some researching on switching from Apache to Nginx as a reverse proxy in front of a Grails application on the backend. I'm playing around with some URL rewriting and have run into an issue ...
5
votes
2answers
8k views

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 (and this can't be turned off, only changed). I am exposing this website ...
5
votes
3answers
5k views

WCF Webservice behind public reverse proxy

How can I correctly serve WSDL of a WCF webservice located in a private LAN from behind a reverse proxy listening on public IP? I have an Apache webserver configured in reverse proxy mode which ...
4
votes
3answers
445 views

gunicorn via mod_proxy is redirecting outside of the project's scope, despite ProxyPassReverse

I have a WSGI-app (a Django project) running under gunicorn on 127.0.0.1:18731 and I use Apache with mod_proxy to redirect requests from http://example.com/my-project/* to http://127.0.0.1:18731/*. ...
4
votes
0answers
773 views

IIS7 Application Request Routing (arr reverse proxy) combined with managed module - time out

I am trying to build a proxy that would serve requests to an internal site (hiding the origin) but at the same time inspect the packets and asynchronously post-process them. E.g. let's say all SOAP ...
4
votes
3answers
854 views

REST API caching, should I use a Reverse proxy or memcache(d)?

I have a REST API where I would like to cache the JSON response of the index (GET /foo) and the read actions (GET /foo/1) to significantly increase the performance. When there is a POST or a PUT on a ...
4
votes
4answers
3k views

Problem with GWT behind a reverse proxy - either nginx or apache

I'm having this problem with GWT when it's behind a reverse proxy. The backend app is deployed within a context - let's call it /context. The GWT app works fine when I hit it directly: ...
4
votes
2answers
4k views

How to set up Nginx as a caching reverse proxy?

I heard recently that Nginx has added caching to its reverse proxy feature. I looked around but couldn't find much info about it. I want to set up Nginx as a caching reverse proxy in front of ...
4
votes
3answers
721 views

How do HTTP proxy caches decide between serving identity- vs. gzip-encoded resources?

An HTTP server uses content-negotiation to serve a single URL identity- or gzip-encoded based on the client's Accept-Encoding header. Now say we have a proxy cache like squid between clients and the ...
4
votes
1answer
2k views

How to setup a Squid Reverse Proxy?

I have a website (windows IIS) that is very busy and I wanted to setup an SQUID Reverse proxy to offload some of the traffic. I wanted to know what are the best practices, and how to setup it up on a ...
4
votes
5answers
2k views

DNS- Route DNS for subfolder to different server?

LEt's say I want to have a subfolder called- http://www.foo.com/news/ but I actually want that news folder on a different server. I realize it can be done easily with subdomains, but I was really ...
3
votes
2answers
54 views

How to avoid port exhaustion due to not-closing sockets in a 2x reverse proxy network?

I developing a distributed reverse proxy called PortFusion. Its initial goal was to establish long-time, minimal-overhead, high-throughput TCP tunnels through firewalls especially for RDP -- few, ...
3
votes
1answer
237 views

Possible to insert request headers into SSL/HTTPS Request using proxy?

I am currently using the apaches mod_proxy/mod_proxy_http/mod_headers as a forward proxy to add (overwrite) cookie request headers to a request like this: <Proxy *> Order deny,allow Allow from ...
3
votes
1answer
226 views

Why is VisualSVN server rewriting my URL?

I've installed VisualSVN server on a company machine. Its (intranet) URL is http://myhost:12321/svn. On the same machine there is an Apache which we use as a reverse proxy. There are several other ...
3
votes
1answer
236 views

reverse proxy in mvc

I have to implement something like proxy in mvc to send user file that is on another server . I found this class : public class ProxyHandler : IHttpHandler, IRouteHandler { public bool ...
3
votes
1answer
199 views

OpenID/OAuth Reverse Proxy

I have a bunch of existing web applications that use either Windows authentication, or username/password authentication. Instead of asking users to keep track of usernames/passwords and Windows ...
3
votes
4answers
405 views

CouchDB replication is not working properly behind a proxy

Note: Made some updates based on new information. Old ideas have been added as comments below. Note: Made some updates (again) based on new information. Old ideas have been added as comments below ...
3
votes
1answer
260 views

Can reverse proxy rules affect apache reverse proxy performance?

Just a few questions about reverse proxies and performance. Will there be an effect on performance if i have too many rules in my reverse proxy? For example, If I have 200 rules which are similiar ...
3
votes
2answers
388 views

Explain Reverse Proxy

I just want to know how can a hacker setup a reverse proxy in front of website (say www.xyz.com) to steal user information. A simple example will be more than enough. If user types www.xyz.com in web ...
3
votes
3answers
595 views

Cross domain javascript form filling, reverse proxy

I need a javascript form filler that can bypass the 'same origin policy' most modern browsers implement. I made a script that opens the desired website/form in a new browser. With the handler, ...
3
votes
2answers
1k views

Should I go with Varnish instead of nginx?

I really like nginx. But recently I've found that varnish gives you an opportunity to implement smart caching revers proxy layer(with URL purging). I have a cluster of mongrels which are pretty ...
3
votes
2answers
1k views

Creating a Reverse Proxy using Jpcap

I need to create a program that receives HTTP request and forwards those requests to the web servers. I have successfully made this using only Java Sockets but the client needed the program to be ...
3
votes
2answers
292 views

ASP.Net reverse proxy, what to do with external resources?

I'm currently working on a concept for a reverse proxy to basically relay responses and requests between the user and an otherwise invisible website. So basically the user goes to a site, let's say ...
3
votes
2answers
775 views

IIS7 and ARR as reverse proxy for Subversion

I am using IIS7 and the Application Request Routing extension to act as a reverse proxy to Subversion running on Apache. The proxy works fine and I am able to explore the server, and even perform a ...
3
votes
2answers
657 views

Apache: reverse proxy to process PHP from another server

I have the following setup: Plain-Server: Delivering php-files as plain text Proxy-Server: Asking the Plain-Server for the php file and parsing it. Now my question: How do I configure the ...
3
votes
3answers
3k views

How to verify that Squid used as a reversed proxy is working?

We want to decrease the load in one of our web servers and we are running some tests with squid configured as a reverse proxy. The configuration is in the remarks below: http_port 80 accel ...
3
votes
4answers
1k views

What's a good caching reverse proxy which can serve stale content if the underlying application becomes unavailable?

I'm looking for a caching reverse proxy (something like squid or varnish) with good support for serving stale content in the event of failure - in other words, if the application I'm proxying goes ...
2
votes
2answers
55 views

Is there any way to configure nginx (or other quick reverse proxy) dynamically?

Suppose we have several identical nodes which are the application servers of some n-tier service. And suppose we use Apache ZooKeeper to keep all the config's of our distributed application. Plus we ...
2
votes
1answer
41 views

How do I proxy AJAX requests with Rack Middleware?

I'm developing a Rails application that uses an API backend for AJAX requests written with Sinatra. The API runs separately from Rails: Rails: localhost:3000 API: localhost:9393 In production, ...
2
votes
0answers
42 views

nested HTTP basic Authentication?

Is there any way to have a reverse proxy using http basic Authentication in front of a REST API which also uses http basic Authentication with different username and passwords? The reverse proxy is ...
2
votes
1answer
109 views

Can I use asp.net mvc to deploy a reverse proxy server with appharbor.com's free plan

In China, some websites are blocked. These include Google, Twitter etc.. But we can access appharbor.com in China. So I want to deploy a reverse proxy service on AppHarbor, so that I can access ...
2
votes
1answer
102 views

Maintenance page forwarding with htaccess does not work for proxied material

I have scoured the internet and am at a loss as to why my maintenance page redirect and rewrite rules do not work for any proxied material or anything that is coming across through https. I am using ...
2
votes
2answers
551 views

NGINX Reverse Proxy : Many html status code 400 responses, why?

We have recently implemented a nginx based reverse proxy. While, debugging our access logs, we are seeing quite a bit of status code 400 results. They look something like this: ...

1 2 3 4 5 6