Skip to main content

Questions tagged [http-proxy]

1 vote
1 answer
638 views

On a Linux server I have 2 NICs: eth0 and eth1. The server has the IPs: 192.168.2.200/24 on eth0 192.168.3.200/24 on eth1 Both the networks have the default subnet mask (255.255.255.0) and the ...
Niccolò's user avatar
0 votes
1 answer
275 views

I have a linux machine and an external HTTP proxy. I couldn't figure out how can I transfer the whole traffic (udp also if possible) of my system using iptables. sudo iptables -t nat -N PROXY_CHAIN ...
Mr Wrench's user avatar
3 votes
1 answer
2k views

I have this on my machine: $ cat /etc/profile.d/proxy.sh export http_proxy=http://192.168.1.30:3128 export https_proxy=https://192.168.1.30:3128 That works great, until I need to use an HTTP ...
Stewart's user avatar
  • 16.1k
1 vote
0 answers
77 views

I am trying to tunnel ssh via HTTP. My apache virtual host config looks as follows: <VirtualHost *:443> ServerName proxy.example.org ProxyRequests On AllowCONNECT 22 <Proxy *&...
Big X's user avatar
  • 11
0 votes
1 answer
163 views

How to define HTTP_PROXY uppercase as http_proxy lowercase in macos? Is there a way to set HTTP_PROXY to work similarly as http_proxy?
1n4ho12's user avatar
0 votes
0 answers
112 views

I have two squid proxy servers. They both have same squid.conf file. One is allowing http traffic but other is not allowing http traffic. https traffic is working via both squid proxies squid config ...
AstraLino's user avatar
1 vote
1 answer
3k views

I want to ask you if there is a possibility to configure NginX as http proxy and stream proxy on the same NginX server? Or should it be splited on two machines, one as http proxy, another as stream ...
gaspar's user avatar
  • 152
0 votes
0 answers
74 views

At my place of work, we have two different kinds of printers: Konica and HP. They are connected to our network and each have a specific ip. Each employee has an account they must access before ...
Austin 's user avatar
0 votes
1 answer
2k views

Is there a tool that'll let me programatically inspect and edit http requests being emitted from my box on the fly? I'm hoping to create the ability to access mirrors of commonly downloaded files when ...
Zain Rizvi's user avatar
0 votes
0 answers
59 views

might be best explained with an example: On the page I'm viewing, the word "sex" is present in the DOM or page source or URL. I want to block this page and present a generic page instead. ...
mrjayviper's user avatar
  • 2,303
1 vote
1 answer
126 views

Would a Netgate 1100 with pfSense Plus Software support SquidGuard? I'd like to be able to do web filtering using that software / hardware combination. P.S. Apologies if I have posted this in an ...
leeand00's user avatar
  • 4,971
1 vote
1 answer
1k views

with proxy_pass - how does NGINX handle situation when the client is slower connection than the upstream server, say the upstream server is pushing the content to the nginx server at 12MBPS, but the ...
Mario Bernheim's user avatar
1 vote
1 answer
422 views

It seems KeepSolid's servers run Squid (https://89.45.7.90:3129), and that the Firefox plugin somehow authenticates, so that Firefox can use it. I want to use curl with KeepSolid's servers (aka. VPN ...
Ole Tange's user avatar
  • 37.6k
1 vote
0 answers
107 views

I have an apache proxy server setup with following in my .htaccess file #Header always set Access-Control-Allow-Origin "*" Header onsuccess unset Access-Control-Allow-Origin Header always ...
user478061's user avatar
1 vote
1 answer
944 views

I have followed these two links to set up apt-get proxy. https://github.com/microsoft/WSL/issues/6143 and https://askubuntu.com/questions/7470/how-to-run-sudo-apt-get-update-through-proxy-in-...
Moe's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
10