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.
0
votes
0answers
4 views
Cookie not setting in Apache Reverse Proxy - causing javascript to fail
I have a Reverse Proxy set up on Apache. I think I may have a cookie problem which is causing javascript events to fail and end up at a session expired page.
If I go direct to the real website (say ...
0
votes
0answers
10 views
Can ISA Server 2006 functioning as a reverse web proxy log request payloads?
Using Microsoft's ISA Server 2006, when functioning as a reverse web proxy, is it possible to log the incoming request's payload?
Please forgive the ignorance, I know practically nothing about ISA ...
0
votes
0answers
25 views
Apache reverse proxy with Tomcat and Session id issue
I am having a issue with cookie path redirection in an environment with Apache as the reverse proxy and tomcat.
I am able to login to the application and use it just fine when i access it on 8080. ...
0
votes
0answers
9 views
Nginx Reverse Proxy non listening domain catch all
Using nginx as a reverse proxy I have noted that if a site is pointed at the server but does not actually exist you get served with an existing site on the server rather than a domain cannot be found ...
0
votes
1answer
35 views
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 was due to some configuration settings on my backend application that was causing ...
0
votes
0answers
15 views
Adding ARR server farm load balance choice logging or custom response header?
I have an ARR 2.0/IIS 7.5 reverse proxy setup whereby my clients use a single internal IP address to access a server farm configured inside ARR. ARR decides, through its Load Balancing feature which ...
0
votes
1answer
23 views
AWS ELB v.s. node-http-proxy reverse proxy for load balance
I have a web service. It is deployed on 4 AWS EC2 machines to balance the load from the clients. I'm considering two solutions. One is using the AWS ELB. The other is using node-http-proxy to ...
0
votes
0answers
19 views
Apache as a reverse proxy server to multiple serves which need sessions
I have two servers (X and Y) running the same application in the same machine (they could be in different machines).
I have a an apache server in localhost (different than those machines running X ...
0
votes
0answers
12 views
Error 502 when configure a reverse proxy using Apache
I'm trying to configure a reverse proxy to work with CMS, this is a part of my httpd.conf file:
<IfModule mod_proxy.c>
ProxyRequests On
ProxyPass / http://localhost:8443/
ProxyPassReverse / ...
0
votes
0answers
4 views
Rewrite webdav folder by reverseproxy
I am trying to reverse proxy a webdav folder based on its port number - I have tried putting in the rules below to try and capture the port number "555" and if that is sen in the url it reverse ...
0
votes
0answers
11 views
response code 0 from tmhOAuth: blocked by reverse proxy?
I am using the WP plucgin Twitget, to display my twitter feed here: http://nosmokes.com.au/.
I am using this plugin with no problems on my local dev site. My production server is running PHP 5.3.3 ...
0
votes
1answer
10 views
How to configure ToscaWidgets 2 on a TurboGears 2.2 with mount Proxy deploy
I have a working turbo gears 2.2 website, deployed as a mount reverse-proxy, exp:
https://Some-Domain.com/mySite
I know how to configure the webserver to work as a mounted site, but I don't know ...
0
votes
0answers
36 views
Nginx Reverse Proxy to URI
I am creating a reverse proxy with nginx that is being used to proxy between an existing legacy system and a new application based on Rails. We are by default sending all traffic to the Rails site, ...
1
vote
1answer
65 views
Node.js Reverse Proxy/Load Balancer
I am checking node-http-proxy and nodejs-proxy to build a DIY reverse proxy/load balancer in Node.js. After coding a small version, I setup 2 WEBrick servers for the same Rails app so I could load ...
0
votes
2answers
27 views
Nginx with Phusion Passenger URI routing
This is my Nginx Server config file
server {
listen 80;
location /node {
proxy_pass http://127.0.0.1:8080;
include ...
0
votes
1answer
84 views
Magento stores in subfolders using nginx proxy_pass
I'm currently trying to set up a Magento installation with separate store views for localization. However, I'm not sure the way I've currently implemented URL handling in Nginx is the cleanest ...
0
votes
0answers
33 views
Lighttpd: proxy with urlrewrite
I want to configure a proxy, that will according to url send request to some servers and remove this tag (from url).
ex:
http://balancer/front/* -> http://srv1:8080/*
http://balancer/back/* -> ...
0
votes
1answer
73 views
nginx -> Tomcat with folder path - too many redirects
I'm trying to use nginx as a reverse proxy for two Tomcat Instances, each in their own VM.
The problem is: when i start to add a folder-path to the proxy_pass argument, i get a 310 error: Too many ...
0
votes
1answer
58 views
Nginx: Reverse proxying WebSocket Draft 76
I'm using nginx 1.4.0 and it deals perfectly fine with newer WebSocket versions, but Draft 76 is a problem. My backend (Netty-based Java application) doesn't seem to receive the handshake request, and ...
0
votes
0answers
29 views
How does the user authenticate using 'http-auth' and 'http-proxy' in a nodejs server?
When running the first example found at https://github.com/gevorg/http-auth, and visiting the server through the browser, the browser pops up a window asking for username and password in order to ...
0
votes
0answers
35 views
nginx proxy_pass without resolving
I got a web app running behind Apache locally, at host myapp and port 8080. For communicating the outside world I got nginx listening at port 80.
To expose my app outside I use proxy_pass with the ...
1
vote
0answers
8 views
trying to change cache headers on reverse_proxy
I'm trying to change the cache-control & Expires headers coming through an apache reverse_proxy. I can't change the origin server configs or code ATM.
ExpiresActive On
Header unset Etag
...
0
votes
0answers
33 views
Reverse proxy with haproxy not forwarding host
I am trying to configure HAproxy running on one server to forward requests to some apps I have running on appfog but it has stopped working. I have checked my configurations but I can't spot the ...
0
votes
0answers
66 views
How to Rewrite Location Response Header in a Proxy Setup with Apache
I've been trying for nearly a week to solve this now. Basically I have a primary proxy which sends requests to a secondary proxy on which OpeenSSO is installed.
If the OpenSSO agent determines that ...
-2
votes
0answers
23 views
How to make a reverse proxy [closed]
Hello everyone I have a main website, which is a victim of ddos attacks and I have heard of reverse proxies, is there any easy way I can just make all data sent to one linux server is filtered then ...
0
votes
1answer
50 views
IIS Reverse Proxy to Different Server
I am trying to figure out if its possible to do a Reverse Proxy in IIS that actually hit a different web server end point. I have used it to traverse Ports on the same machine, but never to a ...
1
vote
2answers
62 views
Rewrite URL in Nginx proxy + apache setup
I'm working in python/django with apache and a Nginx proxy.
I need to transform some URLs like these:
www.mydomain.com/client_A/
www.mydomain.com/client_B/
to
www.mydomain.com/clients/1/
...
2
votes
2answers
78 views
Jira 5.2 Seraph SSO Login behind reverse proxy
Since a few days I'm trying to enable SSO for Jira 5.2 and figured out, that the help page from Jira is outdated.
Each example uses an old version of atlassian-seraph (Jira 5.2 uses 2.6.0).
Goal:
...
-3
votes
1answer
20 views
i want to host a website behind NAT [closed]
I am using internet behind NAT, of my institute. I have no access to router's username and password. I want to host a website from my laptop. Is there any way I could host it?
1
vote
0answers
88 views
Apache Tomcat 7 + Nginx - IsTomcat Native needed?
this is my 1st question.
If i make mistake, simply point it out & i'll improve it next time.
I'm a Java Dev & new to Linux.
I deploy my Spring MVC app on a VPS with Tomcat 7 and use nginx as ...
0
votes
1answer
30 views
How to handle sessions on multiple jettys on same host & port - dynamic contexts
I have the following requirements
Multiple JARs. Each running an embedded Jetty.
Run everyone on same domain/port - using reverse proxy (Apache)
A JAR can have multiple instances running on ...
0
votes
0answers
32 views
Firefox 20 : IIS7 + Reverse Proxy : Error 502 [closed]
I'm accessing Jetty behind IIS7 configured in reverse proxy. This works perfectly for several months with IE9 , Chrome, Firefox 19 but not with Firefox 20 : ERROR 502.
Any suggestion ?
-1
votes
1answer
216 views
nginx reverse proxy, mulitple vhost SSL support [closed]
I have 1 reverse proxy NGINX server setup to direct traffic to one of two different applications:
app1.domain.com
app2.domain.com
Both of these applications need to support HTTPS. Both use the same ...
0
votes
1answer
44 views
How to get Rails application working on two domains, Reverse Proxy
I have two separate application running on www.a.com and www.b.com. The second one is a rails-3 application. To get some common login working between the two by sharing cookies, I am redirecting all ...
0
votes
1answer
42 views
How to redirect localhost:9292/json to localhost:80/ using Nginx reverse proxy?
server {
listen 80;
server_name localhost;
location / {
index index.html;
root /Users/Lin/Codes/JS/Emberjs/yeoman-ember/dist;
}
...
0
votes
1answer
251 views
navigation in video stream, reverse proxy in golang
I'm testing a reverse proxy in go. Mainly for playing videos though underlying nginx and streaming videos from other backend servers.
Problem is when navigating through video. For example when ...
0
votes
0answers
21 views
Lighttpd: Delay when using as a Proxy
I am trying to use lighttpd as a reverse Proxy:
It has to deliver static files by itself, has to load some Images from an external System and has to forward POST-Request to another, own-written Server ...
0
votes
0answers
46 views
ARR Cache vs Server Farm “URL Rewrite” Setting
In order to publish an internal site on the internet, it is sufficient to enable URL rewrite on the [Server Farm] > Routing Rules page.
What is the use of the URL Rewrite option in the IIS > ARR ...
0
votes
0answers
45 views
How to proxy only requests with a certain URL to another backend server
I have to backend servers, one serving a dynamic REST API via the domain api.myapp.net, another one serving a static single page application via alpha.myapp.net. Both servers are located behind an ...
0
votes
1answer
29 views
What's the de facto standard for a Reverse Proxy to tell the backend SSL is used?
I have a reverse proxy that does HTTPS on the outside, but HTTP on the inside.
This means that by default in-app URLs will have HTTP as the scheme, as this is the way it's being contacted.
How can ...
0
votes
0answers
23 views
Reverse proxy for single page applications
This is more of a conceptual question. So bear with me please.
I'm developing an event driven web application using either twisted or tornado. The application is a transaction heavy application ( ...
1
vote
1answer
264 views
nginx 1.3.13 reverse proxy websockets
I have a Ruby on Rails 3.2 app with the websocket-rails gem, running in a thin webserver behind a nginx reverse proxy.
Except for the nginx reverse proxy, everything works just fine. By removing the ...
0
votes
0answers
106 views
How do I install the GlassFish Load Balancer plugin on Apache 2.2.CentOS 6? Currently getting errors during installation
I have downloaded the latest version of the Load Balancer plugin, but I am unable to install it.
When I step through the wizard, I select the webserver install dir as /usr/sbin (the location where ...
0
votes
1answer
186 views
Apache/PHP behind Nginx Reverse Proxy slower than expected
I'm not certain what I'm missing, or overlooking. Or maybe I'm just not thinking about something correctly.
I am testing Apache/PHP behind an Nginx reverse proxy, (Nginx is performing GZIP, ...
0
votes
0answers
44 views
How would I set up multiple rails app instances on one dev server with separate subdomain names?
So I have a dev server under the name dev.xxx.org on my institutions internal network. And I have a staging server under staging.xxx.org on my institutions network. We have multiple devs and wanted to ...
0
votes
0answers
119 views
Squid ICAP Rewriting Content
I have a need for the following:
Web App at http://mything.com/.
Reverse Proxy Server at http://mything.com/proxy/
Reverse Proxy should proxy: http://mything.com/proxy/http://bbc.co.uk/ for ...
0
votes
0answers
72 views
Apache reverse proxy to https server
I'm trying to setup reverse proxy to some web service, so I can develop JavaScript Ajax application on localhost. I have managed to do it with Apache following way:
ProxyPass /serviceproxy/ ...
0
votes
1answer
138 views
IIS as a reverse proxy - compression of rewritten response from backend server
I am implementing a reverse proxy for routing requests to a backend server.
Functionally everything works correctly, however I am concerned that all responses from the backend server are transferred ...
0
votes
1answer
100 views
Replacing json-encoded URL with mod_proxy_html
I've currently installed a reverse proxy. An apache is doing this job. So I configured mod_proxy to adapt the urls. I also use mod_proxy_html to adapt HTML- and JavaScript-Links. Now I've got a ...
0
votes
0answers
137 views
Nginx as reverse proxy for IIS7, hanging on redirect
My setup is this: An IIS7 server in the backend with nginx running as a reverse proxy in front of it, for the outside world. My nginx.conf is this:
http {
include mime.types;
...


