Device or program that stands between two or more interconnected programs/devices
-1
votes
0answers
17 views
Is it possible to configure Squid Proxy Server for Apple Updates?
Is it possible to configure Squid Proxy for Apple updates?
Ideally I would like to cache Apple updates rather than download it everytime.
Please let me know.
0
votes
2answers
22 views
Prevent internet access except for one server?
I want to see if the HTTP proxy support for an application is working correctly. In order to check this I have installed a Ubuntu VirtualBox on my Mac laptop and I want to configure the virtual ...
0
votes
0answers
19 views
Setting up a local transparent proxy [closed]
I set up a local transparent proxy to see what my own linux box was generating over HTTP, although I needed to run the proxy as root, otherwise the proxy itself couldn't get out.
# allow proxy ...
0
votes
0answers
15 views
Single connection HTTP proxy for streaming [closed]
I have a bunch of IP cameras streaming MJPG. The problem is they support only 1 client (second client just hangs until first one disconnects). I would like to set up some proxy server that will ...
2
votes
1answer
14 views
Problems setting a cookie from a machine proxied by nginx
For a project of mine, I need to wire up a long chain of machines that are essentially proxying the HTTP requests for each other. It goes like this:
Web client - A - B/C - D
When a request is made ...
0
votes
1answer
20 views
Configure apache as proxy and remap one domain
For local test, I'm using Charles proxy, for those who don't know about it is a tool to debug HTTP requests. It can be configured to act as a proxy and intercept requests/responses and is able to do ...
0
votes
1answer
24 views
Squid “refusing connections” with big ACL
I've successfully set up squid and it's working as is should. I'm using "Squidman" on OS X Server (underlying squid version is 3.1.12). However, I want to use squid to block certain porn sites, so I ...
0
votes
0answers
7 views
OpenLDAP proxy Active Directory : force -b <base> with rwm rules?
We have changed your directory OpenLdap by Active Directory. Many process used OpenLdap.
I create a openldap proxy to access to Active Directory. It works very well... :)
Unfortunately, many ...
0
votes
1answer
30 views
How do I configure Nginx to be a forward proxy which requires a username and password? [duplicate]
Right now I have a proxy set up at MyDomain.com:8080, but I'd like to have it secured.
To get this proxy setup I added this to my nginx config file:
server {
listen 8080;
location / {
...
0
votes
1answer
65 views
Squid proxy refusing to revalidate cache when Vary header present
squid.conf
cache_effective_user squid
http_access allow all
# Squid normally listens to port 3128
http_port 3128 accel defaultsite=localhost no-vhost ignore-cc
cache_peer localhost parent 80 0 ...
2
votes
2answers
1k views
Manual NAT on Checkpoint (Redirect all http requests to a local web server)
We have a proxy server in our internal network and I want to redirect all internet http requests to a web server in local network. It'll be like a Network Billboard that says "No direct connection is ...
0
votes
0answers
3k views
Setting Proxy Server for IE 10 on Windows 8 using pac file and Group Policy
We currently use group policy to configure a proxy server PAC file for Windows XP and Windows 7 computers on our network. We now are starting to get requests for Windows 8, but have noticed that our ...
-1
votes
4answers
429 views
How to convert a local socks server into a local interface?
Exist a way to convert a local socks proxy into a local interface? My problem is that some application don't have the possibility to specify a socks proxy, and I need that all my communication pass ...
0
votes
0answers
28 views
Squid https_port not responding
I set up an squid with https_port. My goal is to connect from browser to squid with ssl. documentation says that squid can handle this kind of browser-squid connection.
So i set https_port with ...
3
votes
2answers
25 views
How to lock concurrent access to a shared webservice from multiple webservers?
Our production environment consists in n Apache web servers accessed by browsers via a frontal load balancer. Very typical. 99% of our HTTP requests are gracefully handled by this parallelized ...
0
votes
1answer
760 views
Lighttpd proxy module - use with hostname
I have to proxy a site which is hosted on an external webspace through my lighty on example.org.
My config so far:
$HTTP["url"] =~ "^/webmail" {
proxy.server = ("/webmail/" => (
# ...
0
votes
2answers
1k views
Why are my socks proxies slow
I have a linux vps, and i have tried a few socks proxy setups to test their performance:
All tests were using speedtest.net
The standard ssh tunnel proxy
0.8mbit/s download and 0.1-0.2mbit/s upload ...
0
votes
1answer
34 views
Apache2 mod_proxy modifies content-type for some reason
I am using a local proxy using apache2 to do some development work (OSX 10.8):
SSLProxyEngine on
ProxyPass /app https://my.server.org/app
ProxyPass /web https://my.server.org/web
Everything works ...
0
votes
0answers
22 views
HTTPS to Apache and HTTP to Weblogic doesn't work
The link below contains an image that is how I wish my build architecture:
http://i.imgur.com/qg7LM5j.png
I can configure this, without SSL at any point, and works fine. But when I configure a SSL ...
3
votes
2answers
3k views
How to automatically configure username/password with proxy PAC file?
I have rather complex proxy setup and one of those proxies requires username/password. Is there a way to configure the username/password so that users don't have to enter them when traffic is ...
0
votes
1answer
43 views
Redirect all DNS queries to IP
I have a server with Ubuntu 12.04 Operating System on it.I want to make a DNS Server that accept all request including IPs,and redirect them to an specified IP......there users can login and after ...
0
votes
1answer
29 views
.NET WebRequests fail on network with Blue Coat proxy
I have a .NET 3.5 application that makes a standard http WebRequest:
var webRequest = WebRequest.Create(new Uri("http://myserver.com/target.xml));
var webResponse = webRequest.GetResponse();
This ...
0
votes
2answers
31 views
nginx: Why I can't put proxy_set_header inside an if clause?
With this configuration:
server {
listen 8080;
location / {
if ($http_cookie ~* "mycookie") {
proxy_set_header X-Request $request;
proxy_pass ...
0
votes
1answer
2k views
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 ...
0
votes
1answer
21 views
Apache ProxyPass Virtual host
I'm trying to do a similar setup to the one discussed in this older thread. I've enabled the proxy_module, proxy_connect_module, proxy_http_module, and rewrite_module. It worked, but now when I go ...
0
votes
0answers
25 views
Squid configuration for accessing https site requring client certificate using url-rewrite
I've never dealt with setting up a proxy server and that is why a bit puzzled about how to set up a rather complicated config.Help me, please!
I've got squid running with login/password ...
3
votes
2answers
779 views
rpm -Uvh authenticated proxy access … just hangs?
I'm not sure how to set up authenticated proxy access with rpm. But I have it set up with wget and yum.
When I run rpm -Uvh http://dl.fedoraproject.org/etc...
It just says 'Retrieving http://...' ...
-2
votes
0answers
32 views
Home Proxy Server Setup [closed]
I've just recently gotten some new hardware to use at home (3 towers, 1 rack server). I am having some trouble in making these remote accessible so I wanted to try something different.
Current ...
0
votes
0answers
14 views
Configure Cntlm to use no proxy if none are available
I am behind a corporate firewall in the day, and on an open internet connection at night. I have configured cntlm to forward to my corporate proxy, but when I connect from an open connection, I must ...
0
votes
1answer
19 views
Reverse proxy to proxy traffic to (external dns) *.domain.com to internal <str[1-…>.domain.com dns
I'd like to configure a reverse http proxy to serve traffic from numerous internal webservers while exposing a single external ip.
I plan to have an externally published wildcard dns for ...
0
votes
0answers
17 views
Proxy chain results in squid trying to CONNECT to local IP
i am using a proxy chain in proxifier. the first proxy is a proxy i must connect to in order to get outside, the next is a squid proxy on my own server. it wasn't working at all, and i checked squid ...
2
votes
6answers
2k views
HTTP load balancer with header-based routing?
I am looking for a HTTP load balancing solution that will provide the following:
1) Accept HTTP connections on port X and forward them to one of multiple other hosts (and/or ports), either randomly ...
0
votes
0answers
17 views
Access URLs without having any Change in the Data [closed]
Presently we do a project where our ruby developers using a scraping tool to get details from the particular website which is from United States. We are based in India hence when we browse it, we are ...
0
votes
0answers
29 views
Squid Proxy Splash page always showing up
I am further along with using Squid to present a splash page to guest users, and I wrote a basic HTML splash page to be presented to users.
I wrote the Splash page HTML to grab the url from Squid ...
0
votes
0answers
21 views
How can I capture traffic from a Java application using Fiddler?
I am using SolrMeter to load test a Solr search engine. To make sure I understand how the SolrMeter application performs queries, I want to inspect the HTTP requests it executes. I have installed ...
1
vote
1answer
34 views
How to force outgoing requests from webserver/PHP through squid proxy on same machine?
I have a Debian Squeeze VPS configured as an nginx web server. For security reasons I have blocked all outgoing connections except those to the Debian update servers (this stops bad scripts from ...
0
votes
1answer
851 views
how to improve nginx reverse proxy performance?
I am pretty much a noobie at nginx and i really need some help.
I am using nginx as a reverse proxy server to serve primarily as a load balancer. I am using almost only dynamic files. The back end ...
0
votes
1answer
15 views
Iptables Proxy like setup
So the situation is we're having issues forwarding packets from a particular IP on a server. This is what is happening so far.
Main server IP - 1.1.1.1
Secondary IP (what we want the client ot ...
6
votes
5answers
7k views
PHP on Linux: How to make PHP use proxy settings to connect to internet?
my server is in a LAN and is connected to internet through a Proxy Server.
my PHP application (Drupal), should be able to check for updates through PHP codes. how can i set Proxy Settings for PHP so ...
0
votes
1answer
51 views
Configure apt to use proxy in vagrant box
I'm using Vagrant to setup a virtual machine for testing. I would like apt inside the virtual machine to use a proxy on the host machine to allow caching of all the downloads to persist between ...
1
vote
3answers
60 views
reverse proxy and load balance server architecture
While creating a load balanced and reverse proxy based architecture, how would the two be placed?
Is this the correct architecture?
First LB server, then proxy: - When client hits a URL, it is ...
1
vote
4answers
146 views
httpd: how to dynamically delay request forwarding to proxy?
I have Apache httpd (2.2.22) configured as reverse proxy.
There is a situation in which I need to take my web server (the receiver of the proxied requests) offline for a few milliseconds. During this ...
0
votes
1answer
843 views
Zentyal NAT/map private address with public address
I am using Zentyal OS as a proxy for my company network.
Now, I have a situation in which I need to map a private/internal IP address to a public address so that outsider may access internal network ...
1
vote
1answer
46 views
How should I use a proxy server to access the internet - with custom Python plugins for request processing? [closed]
We're trying to understand how to set up a proxy server for our Web application. We need several processes to access the Internet through a proxy server in the internal network. Ideally, we could ...
1
vote
1answer
17 views
Setting a proxy for an nginx upstream server
Is it possible for an upstream directive to specify an HTTP proxy to route these requests through? Something along the lines of:
upstream external {
server example.com;
proxy localhost:3128;
...
1
vote
2answers
327 views
Can I use SSH tunnels as a VPN substitute?
I'm working at home.
I need to access machines which are in the office. The office has a private LAN (e.g. 192.168.0.0/16) with 100 machines on it. I would like to be able to access these machines ...
0
votes
1answer
579 views
Setting up dante socks server
I want to tunnel all my internet traffic through my vps, so I'm trying to install a proxy server.
However: I can't seem to browse the internet through Dante. I get the ERR_EMPTY_RESPONSE error.
This ...
1
vote
1answer
47 views
Squid Proxy Splash Page based on Subnet
I am trying to use the Splash page feature that squid has, but I am trying to have it used only on certain subnet. I cannot figure out a way to use two ACLs to do this.
I have the following in my ...
0
votes
1answer
933 views
How to configure apache to basic authentication or allow when ntlm while proxying?
Here is my study case:
browser ---> apache proxy ---> ISA server ---> internet
The ISA server requires an authentication.
The issue is to allow HTTPS through the two proxies.
A configuration that ...
0
votes
1answer
23 views
Setting up a transparent proxy for a database
Currently my setup is as follows :-
Database client/library <---------------------> Database
I'd like to have the following :-
Database client/library <---> Proxy <-------------> Database
...



