Questions tagged [http-proxy]

123 questions
1
vote
1 answer

Is is possible to configure Solaris to use an autoproxy PAC script (for the system, not the browser)?

Is there a way to configure Solaris system settings (not browser configuration) to delegate proxy configuration/logic to a Proxy Auto Configuration (PAC) script? Most browsers have support for PAC scripts. I am interested in leveraging an existing…
Mads Hansen
  • 113
  • 1
  • 5
1
vote
0 answers

HTTP Proxy with transparent copy

I've got the following: Client -> HAProxy --> backend_service_1 --> backend_service_2 It's a basic HAProxy Load Balancing config with 2 backend services. I'm hoping that there's a way for HAProxy (or other HTTP proxy) to do the…
dulac
  • 133
  • 1
  • 6
1
vote
1 answer

Configuring Apache web server to use the http_proxy environment variable

I'm running Red Hat Enterprise Linux 6 with Apache 2.2. How do I configure Apache to use the system HTTP proxy (internal company proxy)? I keep getting 'Connection refused' errors when trying to reverse proxy to external addresses (outside the…
rudolfv
  • 113
  • 1
  • 5
1
vote
1 answer

how do I force Apache to use http_proxy on Localhost for outbound traffic without iptables?

I have a webserver with several applications of several users. Since I'm not sure what the applications are doing and which outbound http/https traffic they produce, I want to get more control about it. So my thought is to use an internal Squid…
1
vote
0 answers

Can't get Squid to work with Intercept

I have a Sqiud Proxy server I am trying to add Transparency to using the Intercept feature. Currently the Proxy server accepts and functions fine as a standalone proxy for users. However when I add the Intercept parameter to the conf file it stops…
Jim
  • 988
  • 7
  • 20
  • 33
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
0 answers

Apache configuration with proxy and location

I want to map these domains to these ports. How can I do it? http://test1.example.com/phpmyadmin/ example.com:80/phpmyadmin/ http://test1.example.com/app1/ example.com:8080/app1/ http://test1.example.com/app2/ …
1
vote
0 answers

Nginx, wordpress: Unable to proper reverse proxy caching due to Set-Cookie. Recommendation for a good strategy

I am trying to do reverse proxy caching for a wordpress blog and I am hit with snags. The initial configuration was a simple reverse caching like this location / { proxy_cache_key "$scheme://$host$request_uri"; proxy_cache…
Quintin Par
  • 4,373
  • 11
  • 49
  • 72
1
vote
1 answer

proxy pass to varnish not hitting cache

On my web server I have a varnish instance that I would like to cache a third party hosted website (at blog.company.com/blog). I have a proxypass for this since the rest of the site is hosted locally and would like for the browser to masquerade this…
580farm
  • 241
  • 2
  • 4
  • 12
1
vote
1 answer

Use OpenVPN gateway only on selected destinations?

Is it possible to set up OpenVPN on the client so that the gateway is used only on chosen destinations? I have read this answer OpenVPN make redirect-gateway optional on making the use of the gateway optional, via push-reset. If any client is…
vfclists
  • 1,632
  • 5
  • 22
  • 37
1
vote
2 answers

Forwarding Http traffic through another machine in my LAN

I am inside a network where my machine (IP-192.168.4.53) dont have access to Gmail. But I have access to another machine with IP (192.168.4.33/24) through which Gmail is accessible. Now what I want to achieve is redirect all my http traffic through…
kidd0
  • 11
  • 1
  • 2
1
vote
1 answer

SOCKS proxy server chained to NTLM protected HTTP proxy on Linux

Our application can connect to Internet only directly or via SOCKS proxy. Unfortunately we can only access the Internet via HTTP proxy protected by NTLM authentication. Is there any SOCKS server that chains outgoing connections via HTTP proxy? NTLM…
Martin Ždila
  • 141
  • 1
  • 8
1
vote
2 answers

Squid Proxy - Doing the exact opposite of what I want - reverse Allow/Deny

I have setup this Squid config file and it seems to be doing the exact opposite of what I want. It is blocking traffic from 65.134.25.35 and 122.45.36.27. And allowing all other clients to connect on 80. Is that normal? My first time working with…
Tyndall
  • 591
  • 1
  • 7
  • 18
1
vote
1 answer

apache proxy installation

I am having problem installing the proxy_html for apache on an OpenSuse. It looks like the module is installed: a2enmod proxy_html "proxy_html" already present and in /etc/sysconfig/apache2 I have the line: APACHE_MODULES="actions alias auth_basic…
Theis
  • 135
  • 5
1
vote
1 answer

ipfw rule to forward all traffic through a local proxy

I want to set up a local http proxy for testing and stubbing apps that make external api calls over http. I'm not sure the best way to do this with ipfw, I want to run my proxy as a particular user, then redirect all http traffic to this proxy, but…
olivernn
  • 121
  • 3
1 2 3
8 9