Questions tagged [proxy]

Device or program that stands between two or more interconnected programs/devices

3307 questions
1
vote
1 answer

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 reverse-proxy/load-balancer/firewall server that…
CP510
  • 189
  • 1
  • 9
1
vote
3 answers

Proxies, Apache, Tomcat - VHosts

I have a setup as so: Internet -- router -[DMZ]- pfsense -- webserver router =jenky plastic cheap-o router (my nice mikrotik/routerboard died). Has ip address of pfsense set to DMZ. pfsense =doing basic firewalling plus proxy/reverse-proxy. The…
SnakeDoc
  • 570
  • 7
  • 24
1
vote
1 answer

Setting up mod_proxy in Apache

I have a local Apache setup with several virtual hosts: mywebsite.localhost images.mywebsite.localhost etc. I'd like to make these available on my local network, to test my website on mobile devices. Other questions on Stack led me to the proxy…
BenMorel
  • 4,507
  • 10
  • 57
  • 85
1
vote
1 answer

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 new-service without writing custom utility? So I can…
Vladimir
  • 145
  • 10
1
vote
1 answer

NGINX 1.3.14 proxy Websockets

Websocket support is built in to Nginx as of 1.3.13, so I should have it. Can someone please provide me the simplest example of a config that will allow my nginx (on Centos 6) proxy to accept an HTTP Connect from my client, then the proxy will…
user160910
1
vote
1 answer

Route RRAS traffic through a proxy

I have a VPN server up and running on a windows server 2003. All the users are able to connect to the server and NAT their IP (use server IP and internet). I was wondering if I could route all the traffic to a proxy server. In other words, Users…
1
vote
1 answer

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 otile2.mqcdn.com; server otile3.mqcdn.com; server…
kbanman
  • 209
  • 2
  • 7
1
vote
2 answers

Lighttpd as tomcat proxy with static content serving

How can I configure Lighttpd to serve static content on specified URL address (eg. www.my-domain.com/static) from specified directory (e.g. /var/www/my-domain/static) ? Rest of requests must be passed to tomcat container. Actually I pass all…
michal.kreuzman
  • 335
  • 3
  • 7
1
vote
0 answers

proxy auto configuration file requests

What might be causing bursts of 10 - 20 proxy auto config file requests? I am seeing bursts of requests for our PAC file, which is hosted on an internal Apache server. Some bursts are up to 20 per second from the same host. Looking in on the…
Pete
  • 271
  • 1
  • 4
  • 19
1
vote
4 answers

Allow users to access only a few websites

I want to block my network users to access most of the external websites. Some users may need access to Facebook (like the users from marketing department), while others may need access to banks websites. What I want to do is to control the access…
1
vote
1 answer

Forcing a specific HTTP URL request through web proxy

I need to force one specific HTTP request through a web proxy whereas the rest of the HTTP requests should directly go to the web server. I can use error code 305 Use Proxy response to redirect my client, but I'm not sure if that would be supported…
user947914
  • 121
  • 3
1
vote
1 answer

Prefetch and cache HTTP requests on Squid or any proxy server

Is there a proxy server (preferably Squid) or similar software that will let me queue say 100 URLs upfront from a list or API and cache the HTML data transparently (making parallel requests). Then later when I request one of the URL, it gives a…
Subrat
  • 11
  • 2
1
vote
1 answer

Why are these requests in my Apache logs?

I've found the following lines in my Apache 2.2 logs (using the standard "combined" log format): 92.240.68.152 - - [10/Feb/2013:20:47:38 +0000] "GET http://8stepschools.com/images/8stances_tiger.jpg HTTP/1.1" 301 - "-"…
Gaia
  • 1,855
  • 5
  • 34
  • 60
1
vote
0 answers

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 selecting the back-end host would be obtained from…
Tuaris
  • 71
  • 2
  • 13
1
vote
1 answer

Nginx Reverse Proxy to Heroku Application

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 http://mydomain.com) to my Rails app, but various…
Brandon
  • 191
  • 2
  • 6