Questions tagged [http-proxy]

123 questions
0
votes
1 answer

Squid 2.7 : display custom error page on deny connect (503)

After some research, I finally managed to apply our company's blocked sites list to https/ssl websites using a "deny CONNECT" acl. However, when a user tries to access a blocked website, he only sees the default 503 error page from his browser,…
T. Fabre
  • 220
  • 2
  • 13
0
votes
1 answer

how to rotate one squid user among multiple IPs based on number of requests processed by each IP

I want to set up a Squid ACL in the following manner-- For example, my Squid Proxy Server has 10 IP addresses- now I have a user 'demouser'. I want that for the very first request sent to 'demouser' this user uses IP address #1, for the second…
Arvind
  • 501
  • 4
  • 9
  • 18
0
votes
1 answer

nginx connection tracking/activity when being used as a proxy

Using Nginx as a proxy for another HTTP application server. Is there a way to know for every 10 minutes how many connections are being dropped from ngnix to backend and also from front end to ngnix? Thanks
wjimenez5271
  • 729
  • 2
  • 6
  • 16
0
votes
1 answer

SSH Tunnelling for HTTP: Does target HTTP Proxy Port have to be exposed?

An example: I am trying to use PuTTy to create an SSH tunnel from my laptop to my server (for the purposes of this example MyServer.com:22). Port 22 is enabled on the router between MyServer.com and the Internet. MyServer.com is running a Privoxy…
8bitjunkie
  • 157
  • 2
  • 7
0
votes
1 answer

MS SSAS 2008 and HTTP interface called msmdpump.dll

I have following situation. Computer A is my user computer on which I work. On this computer I would like to use Excel and be able to connect to SSAS thru HTTP. Computer B is machine which holds IIS. Computer C is machine which holds…
joey
  • 11
  • 1
  • 3
0
votes
1 answer

http reverse-proxy on one server passing through ssh/socks proxy to second server

There are some web sites that I can only access from a limited set of machines, but I can ssh into some of these machines (only as a regular user) and use ssh -D to set up a SOCKS proxy on my local machine, through which I can access the sites. What…
Isaac
  • 534
  • 2
  • 11
  • 24
0
votes
1 answer

http proxy for IIS shared hosting environment with management

In the Microsoft ASP.NET 4 Hosting Deployment Guide, it says that you should put a proxy server in place for hosted sites, and firewall all other requests in order to safely host and isolate applications. It doesn't say what to use to do this.…
mcintyre321
  • 169
  • 1
  • 6
0
votes
3 answers

by passing Linux proxy

I have 100 PCs with A MCfee Virus for Two Years warranty. All the PCs are connected through REDHAT Linux Proxy server, I am unable to Anti Virus Updation through Linux Proxy to Windows Clients. There is no proxy settings available to the MCfee Virus…
0
votes
1 answer

How to get ISA 2006 Web Proxy to work with the Single Network Adapter template

I need to test an issue with running our application behind a proxy server with different type of configurations, so I installed ISA 2006 Enterprise on a desktop computer. Since this computer only has a single network card and I want to start out…
tronda
  • 1,371
  • 1
  • 10
  • 13
0
votes
5 answers

wget doesn't take variable http_proxy

If I run: echo $http_proxy It output: http://user:pass@host:port But when I run: wget www.google.com It output: Resolviendo www.google.com... 209.85.195.104 Caching www.google.com => 209.85.195.104 Conectando a…
damian
  • 103
  • 2
  • 5
0
votes
1 answer

Do all web caches understand the "Cache-Control" HTTP header?

I'd like to avoid the "Expires" header, and use "Cache-Control" only - or maybe the other way around. The headers will account for a significant percentage of my traffic, so I'd prefer not to "use both". AFAIK, the "Cache-Control" header was…
Chris Lercher
  • 4,152
  • 9
  • 35
  • 41
0
votes
0 answers

Squid cache 302 responses

I have a very specific use case in which I need to cache EVERYTHING. Including 302s. I know it's technically against the HTTP RFC, but I know those redirects will always be the same and I need them to never be retransmitted more than once. Is there…
0
votes
0 answers

nftables Rules for ProxyChains-over-Tor

I am trying to configure nftables rules for ProxyChains-over-Tor, so that: My system --> Tor SOCKS5 proxy --> HTTP proxy --> Internet My system can only communicate with Tor SOCKS5 proxy Tor SOCKS5 proxy can only communicate with my system and the…
0
votes
1 answer

nmap shows 8080/tcp open http-proxy on centos 7 VPS but lsof shows nothing for that port

Im running a Centos 7 VPS server for the past several years. Originally when I set it up I didnt install any firewall (iptables specifically) because I was under the impression the host (linode) needed them open to admin the box from their side. …
Tim
  • 203
  • 1
  • 9
0
votes
0 answers

Error 404 after setting up Cloudflare and migrate my DNS

I have a domain with Namecheap, and a site hosted on Bluehost. I have decided to add my domain to Cloudflare and manage my DNS from there. However, I am getting a 404 error when proxied the A and cname records. SSL certificate is added from the…
1 2 3
8 9