1
vote
0answers
26 views

proxy to third party site and masquerade url

To improve search engine optimization I need to have www.company.com/support proxy to our third party support site company.custhelp.com, while at the same time making it so the user only sees the ...
2
votes
1answer
17 views

Problems setting a cookie from a machine proxied by nginx

For a project of mine, I need to wire up a long chain of machines that are essentially proxying the HTTP requests for each other. It goes like this: Web client - A - B/C - D When a request is made ...
1
vote
1answer
50 views

How should I use a proxy server to access the internet - with custom Python plugins for request processing? [closed]

We're trying to understand how to set up a proxy server for our Web application. We need several processes to access the Internet through a proxy server in the internal network. Ideally, we could ...
0
votes
1answer
35 views

Apache2 mod_proxy modifies content-type for some reason

I am using a local proxy using apache2 to do some development work (OSX 10.8): SSLProxyEngine on ProxyPass /app https://my.server.org/app ProxyPass /web https://my.server.org/web Everything works ...
0
votes
1answer
70 views

Squid proxy refusing to revalidate cache when Vary header present

squid.conf cache_effective_user squid http_access allow all # Squid normally listens to port 3128 http_port 3128 accel defaultsite=localhost no-vhost ignore-cc cache_peer localhost parent 80 0 ...
1
vote
2answers
158 views

How to configure apache as a reverse proxy with the remote server specified in a query string parameter

Problem: I'm trying to configure apache as a reverse proxy where the remove server is specified in a query string parameter. Let's say I'm serving a site at mywebapp.com. If you navigated to ...
4
votes
1answer
125 views

Squid proxy not caching anything

squid.conf: http_access allow all # Squid normally listens to port 3128 http_port 3128 accel defaultsite=localhost no-vhost cache_peer localhost parent 80 0 no-query originserver name=myAccel ...
0
votes
1answer
46 views

Looking for a programmable reverse proxy [closed]

I'm looking for a reverse proxy that provides an external api. What i'm looking to do is: Set up new applications programmatically (without restarting the proxy). Measure outgoing incoming ...
0
votes
1answer
79 views

SSH Through Reverse Proxy

Ok I have an odd but hopefully simple one. I have looked up SSH Tunneling already and I am familiar with the "ssh -r" command. But this situation is different. Here's the setup. I have 1 gateway ...
0
votes
1answer
12 views

cache external responses

Is it possible to set up an caching proxy server to cache responses back to our system(s) from an external service that we use. My first thought is some sort of caching reverse proxy mechanism where ...
1
vote
1answer
63 views

Proxy HTTP requests to several machines

I have one service called legacy-service another service called dev-service bunch of HTTP requests coming to the legacy-service Is there any way to proxy HTTP requests to both legacy-service and ...
0
votes
2answers
107 views

Nginx with proxy_pass and local static cache won't serve images from the proxy location

Morning gentlemen, So, the problem I'm having right now is that I want this setup to work: http://qwe1.com/ This request should go to Apache and get all images from the static content folders, ...
1
vote
1answer
95 views

Nginx - forward request to absolute url

I'm looking to proxy mapquest OSM tiles so I can serve them to my users via SSL. This is what my nginx config looks like: upstream maptile_server { server otile1.mqcdn.com; server ...
0
votes
0answers
75 views

Dynamic Reverse Proxy - Nginx?

I was wanting to know if what I'm about to explain is possible and if so, what is the best way to do so. What I'm wanting to do is make a subdomain like vm-192-168-0-32.mydomain.com and have it go to ...
0
votes
1answer
49 views

Can I use nginx location and rewrite determine proxy_pass host?

I am looking to do something along the lines of: location ^/foo { rewrite ^/foo/(.+)/(.*)$ /$1/$2 break; proxy_pass http://$1:8080/$2 } Is there some way to determine the proxy_pass URL based ...
0
votes
0answers
43 views

Reverse MySQL Proxy That Selects Destination Server by Username

I am wondering if there exists such a thing that I describe as a "reverse proxy" for MySQL Server. It should be capable of connecting to a specific host from pool of back-end servers. The key to ...
-1
votes
1answer
203 views

Nginx Reverse Proxy to Heroku Application [closed]

Is it possible to use Nginx on my personal VPS to act as a reverse proxy in front of Heroku (running a Ruby on Rails app)? I'd like to do this because I want to route standard requests (i.e. GET ...
0
votes
0answers
97 views

nginx caching and proxy pass

I'm trying to use nginx to proxy CDN use for our site to prevent raw video access when people put the CDN URL into their browser, and instead redirect them to a video page. If it's not a cacheable ...
0
votes
0answers
39 views

squid access control list for source machines

I am setting up a Squid proxy for a small network, using Wi-fi. I have given static IPs to the desktop machine and laptop and I want only these machines to be able to connect to internet. The squid ...
0
votes
0answers
106 views

Socket reverse-proxy

The setup: I have a wireless lan from which server A (a reverse proxy) can be reached and can reach. Beside, server A can reach server B. Server B cannot reach or be reached from the wireless lan. ...
1
vote
1answer
56 views

how do I maintain a masqueraded url in a proxy session?

I have a proxypass rule in place for my website's support page (www.company.com/support) to redirect to a thirdparty hosted web site (company.custhelp.com)...but the sites link's themselves are all on ...
-1
votes
1answer
124 views

Multiple domains, one IP, multiple servers [closed]

Alright, here is the thing... I have several devices/computers/servers on my network which provides services such as web pages (both through Apache and IIS), RDP, Subversion, DVBLink etc. Two of ...
1
vote
1answer
88 views

can't get mod_proxy to correctly forward encoded slash (/) characters (%2f)

I have a virtual host set up to redirect ntung-gitblit.localhost --> myserver:1279. However, it's not working with forward encoded slashes (%2f). The URL I'm trying to access is, ...
0
votes
1answer
903 views

What is causing apache2 proxy error when forwarding to tomcat?

I set up apache to proxy for tomcat but I am getting the following error when I target the page. I sometimes get a blank page or a 503: [Error] [Mon Dec 03 04:58:16 2012] [error] proxy: ...
0
votes
0answers
54 views

Forward all requests through proxy?

I have a VPS that I want to act as proxy server and send all requests to my main server. The main server has a website and email. Nothing else. How can I do this? I'm running CentOS on the VPS. ...
0
votes
1answer
136 views

Why does nginx reverse proxy incoming bandwidth increase and surpass outgoing by far when proxy_buffering is enabled?

This is my current configuraiton... proxy_buffering on; proxy_buffer_size 32k; proxy_buffers 128 32k; proxy_send_timeout 20; proxy_read_timeout 20; #proxy_max_temp_file_size 1m; proxy_temp_path ...
3
votes
1answer
85 views

Appears to be “randomly” switching between the acl matched backend and the default backend

I have HAProxy acting as a proxy in front of: An NGinx instance An in-house load balancer in front of multiple dynamic services exposed with socket.io (websockets) My problem is that from time to ...
1
vote
2answers
232 views

using Nginx as reverse proxy to apache or stand alone

I've read a lot about this issue (including all threads in this site) and couldn't come to a conclusive decision. What is considered better (performance and security wise) for very high load sites ...
1
vote
0answers
90 views

IIS Redirect a sub directory to an external URL

Hi forgive my ignorance for I am a humble client side developer... I am a webapp made up of static HTML and JS. But I want to call an external service via AJAX, this causes some issues with CORS or ...
0
votes
0answers
33 views

Using rtmp2rtmpt in Windows XP

I am trying to use the rtmp2rtmpt proxy in windows XP. But there is no documentation or step-to-be-followed for use in Windows. The README file that comes with the downloaded zip has only information ...
0
votes
2answers
122 views

Do proxies and/or load balancers alter HTTP query strings by default?

Introduction to the problem Recently I was working on some request signing algorithm and it came out the opinions about including query string in the part that is then signed are "diversified". Long ...
1
vote
1answer
80 views

SSL Proxy: Forwarding without the encryption

I have a python application listening on port 9001 for HTTP traffic. I'm trying to configure Apache (or anything, really) to listen on port 443 for HTTPS connections, and then forward the connection, ...
2
votes
1answer
177 views

Apache Proxy like ProxyPass / http://hostname/app-context on virtual host

can anybody tells me what's wrong on this: there is an app on tomcat running with context mobile and we want to have it available on root context of url m.example.com, I thought that this will done ...
1
vote
1answer
177 views

Reverse Proxy on Tomcat

I have a Tomcat application. I now want reverse proxy some of the pages to a different server listening on a different port. On a regular apache server, I would do the following. ProxyPass /dir1 ...
1
vote
1answer
129 views

Nginx proxy_pass error 500 on some files

new on this side of StackExchange. I've been trying to set up an nginx server to serve as a front http server that redirects to other servers within the network (later on to be used for load ...
0
votes
0answers
77 views

Immediate update of content on reverse proxy [closed]

I have a couple caching proxy servers in front of my web server. When the content is updated on the web server I want to the old cached content removed, and to have them get the updated content ASAP. ...
0
votes
0answers
54 views

virtual host as proxy [closed]

i want my server with a domain aks as a proxy and shares its domain with some other server. actually i want mydomain.com/app1 returns content of domain1.com/home witch is in another server and ...
1
vote
2answers
348 views

Apache's reverse proxy stumping me with redirects

I have setting up a series of web apps, which for security purposes are only directly accessible via localhost, with each service attached to a different port. To make these apps externally ...
2
votes
2answers
665 views

Apache Rewrite or Proxy to internal server

First off, this is my first go at apache, so please forgive my beginingingismness :) My basic setup is as such: mysub.domain.com gets sent to my static IP via a CNAME entry at godaddy's DNS manager. ...
0
votes
1answer
355 views

ProxyPassReverse

our IT is trying to configure a new apache/jboss/apj setup. When I browse to http://domain.com/jboss/test.jsp and echo out the request.getRequestURL() I get http://domain.com/test.jsp (without ...
0
votes
1answer
131 views

Apache ReverseProxy different paths

I would like to proxy specific URL paths to different internal ports: example.com/transmission -> localhost:9091 example.com -> standard apache file server I have the following in my apache ...
0
votes
2answers
177 views

Tunnel HTTP through HTTPS using Apache

Is it possible to have an HTTPS frontend for an HTTP server? Let me elaborate. Say I have an app running on a tomcat instance and this app only understands HTTP. Is it possible to have Apache sit in ...
3
votes
4answers
2k views

SSH Tunnel for Remote Desktop via Intermediary Server Part II

I asked previously how to configure 2 SSH tunnels using an intermediary server in order to run Remote Desktop through them and I managed to make it work. Now, I'm trying to do the same, using the same ...
2
votes
0answers
927 views

Apache reverse proxy not preserving headers

Being no super-expert with Apache, does anyone know if there is something strange going on? It seems that my reverse proxy setup, doesn't preserve the correct caching headers from the original ...
1
vote
1answer
687 views

Zimbra 7.2 reverse proxy to arbitrary internal website?

I have ZCS 7.2 opensource installed at webmail.domain.com and mailman on mailman.domain.com/mailman. I wanted to setup a proxy so that when someone goes to webmail.domain.com/mailman, the proxy ...
1
vote
1answer
527 views

rule of thumb for estimating size of keys_zone for nginx reverse proxy

I'm using nginx as a reverse proxy, but trying to figure out how large I should set the 'keys_zone' attribute on the 'proxy_cache_path' directive. The only advice on determining that size that I have ...
0
votes
1answer
507 views

Can I force apache's mod_proxy to connect to the remote server by hostname, rather than IP?

I'm setting up Apache2 as a reverse proxy for a remote site. Let's assume the remote site is http://app.remotesite.com. Here is a snippet from my virtual host config: ProxyPass /pxy/ ...
3
votes
2answers
212 views

Good way to reverse proxy through a forward proxy

I have an app that uses HTTP to connect to a server but does not support using an HTTP proxy and I must use an HTTP proxy to get to the server. I would like to set up a reverse proxy service (it's on ...
2
votes
1answer
243 views

Can I configure IIS 7+ to do a dynamic reverse proxy based on the incoming hostname?

I am trying to configure IIS to proxy requests based on the incoming hostname. For example, if my proxy server is an IIS server located at www.proxy.com, a request to www.google.com.www.proxy.com ...
2
votes
5answers
2k views

How to proxy requests to an internal server using nginx?

I have setup a web server to view my repositories (a Gitalist instance) on http://localhost:3000 and I want to setup a proxy using nginx. I want that the request is proxied to my repository view when ...

1 2