Device or program that stands between two or more interconnected programs/devices
Questions tagged [proxy]
3307 questions
9
votes
2 answers
Apache 2.4 Proxy for External, Redirect for Internal
I am attempting to setup a reverse proxy to allow only a few select ip ranges to proxy to an internal host, while I would like anyone else not within the ip ranges to redirect to our internal named host. In this setup, the webservice will work…

Brian
- 310
- 2
- 9
9
votes
1 answer
Difference between ie proxy settings and winhttp proxy settings
What is the difference between the proxy settings that we set in IE vs. the settings that we could do using netsh winhttp
Who uses which settings? In particular, which one does IIS use by default.

cellik
- 193
- 1
- 1
- 3
9
votes
3 answers
PostgreSQL Stack Builder Installation Proxy Setting on Windows
I have downloaded and installed PostgreSQL 9.3 (64 bit) on a developer machine running Windows 8.1 (64 bit). This developer machine requires use of a proxy server for accessing hosts external to the LAN.
The StackBuilder 3.1.1 Wizard / Installer…

andand
- 349
- 2
- 6
- 13
9
votes
11 answers
Internet Explorer isn't auto-discovering http://wpad/wpad.dat auto-config
I am being driven to frustration by this problem.
I have set up a file called wpad.dat (essentially, a proxy.pac file renamed) and put it on an internal web site. I've set up DNS entries so host name wpad is a CNAME for the web server. I set the…

David M Williams
- 270
- 1
- 5
- 12
9
votes
3 answers
ProxyPreserveHost on individual proxypass rules
I have two proxypass rules on my web host, one that points to a local varnish instance for caching purposes, which I want ProxyPreserveHost enabled for, and another that points to a third party hosted site, which I want ProxyPreserveHost disabled…

580farm
- 241
- 2
- 4
- 12
9
votes
4 answers
SSH tunnel doesn't work
I am trying to use my server as a "proxy" with ssh.
However, setting up tunneling with
ssh -D localhost:8000 user@myserver
does not work.
I tested this on various machines with ssh and putty - It connects just fine, but when I set my browser…

s1ck
- 145
- 1
- 2
- 8
9
votes
2 answers
API Management Solutions
I'm currently building an API and am looking for a tool to allow me to monitor (in a GUI) and rate-limit usage. I've come across a few enterprise solutions including:
http://apigee.com/…

Mike
- 103
- 6
9
votes
1 answer
When does IIS log a request?
This sounds silly, but when do they log requests? I have a web application, and about 500 HTTP proxies that will load up that application. But problem is sometimes (and this morning a lot), the proxy (using php sockets) believes it connected and the…

Jeremy Boyd
- 606
- 1
- 10
- 17
9
votes
1 answer
Squid as Socks5 Proxy server
One of my friends lives in a country which they censor websites and they are fighting with techniques that people use to bypass the censorship.
He told me that the only way that he can bypass the censorship now is using SOCKS proxy (that country…

Bamdad Dashtban
- 201
- 1
- 2
- 4
9
votes
1 answer
nginx failing to resolve upstream names on reload even if they DO resolve by the OS
When reloading config (specifically for proxy_pass) - occasionally this will be seen:
nginx: [emerg] host not found in upstream
However - the upstream server's name WILL resolve in the os (linux) - only nginx seems to have this problem.
This…

Michael Neale
- 3,704
- 5
- 28
- 26
9
votes
1 answer
Linux support for proxy PAC files
My corporate environment is setup with a proxy blocking external internet access and requiring NTLM authentication. Internal addresses will not be routed be the proxy and must be accessed directly.
I am trying to setup a Linux machine in this…

Joe Schneider
- 191
- 1
- 2
9
votes
1 answer
Dante (SOCKS server) not working
I'm trying to set up a SOCKS proxy using dante for testing purposes. However, I can't even get it to work with a web browser, after looking at several tutorials on how to do that.
I've tried in both IE and Firefox, in both cases, using "Manual proxy…

gregmac
- 1,579
- 4
- 18
- 27
8
votes
2 answers
Proxy for a local mirror of S3 directories
We have an office that has increasing demand for accessing large files from our own Amazon S3 directories. Being able to access them quickly is important for our business, so we believe it is time to start keeping copies of the files onsite. This is…

Eric Simonton
- 181
- 1
- 4
8
votes
5 answers
Different Nginx redirects based on upstream proxy response
I have an upstream server handling the login of our website.
On a successful login I want to redirect the user to the secure part of the site.
On a failure to login I want to redirect the user to the login form.
The upstream server returns a 200 OK…

harm
- 181
- 1
- 1
- 11
8
votes
5 answers
NGINX Reverse proxy not loading resources
I'm trying to put a reverse proxy in front of a few internal web services.
Nginx is setup and working properly to serve request. If I only serve one location / in my conf file, it loads that proxy_pass target successfully ie:
location / {
…

PenguinCoder
- 529
- 2
- 6
- 17