|
I want to setup a proxy server to handle web filtering on our company network. I also want to use a reverse proxy to enhance the security of our web server.
Is is possible to run both on the same server? If it is possible, is it a bad idea?
Started by Chillihead on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Squid....
There are no special issues in doing both things at the same time on the same server.
In the Microsoft world, ISA Server is great for both roles.
There are lots of products that can act both as proxy and reverse proxy.
|
|
Is it possible to configure Windows Servers that reside on the same domain such that when a web service call is made from a web app using an IP address, the request does not go via a proxy server?
The web service is running on one of the servers on the...
Answer Snippets (Read the full thread at stackoverflow):
With ASMX the proxy can be set on the Proxy property:
http://johnwsaundersiii.spaces.live.com/blog for the response, but the problem is that I don't have control of the proxy and the web service i'm thinking that I should be able ....
|
|
I am doing some sourcing and have just realized that I am having trouble googling out any meaningful results on Hardware based HTTP Proxy Servers. It got me thinking whether there are any good Hardware based Proxy Servers for Office and/or Home use.
My...
Started by sobbayi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
They are all hardware....
There is no such thing as a "Hardware based Proxy Servers".
I assume that when you say "hardware-based" proxy server you're talking about some kind of network I wonder if there would be any real difference.
|
Ask your Facebook Friends
|
How do I open a link via a proxy sever?
What is a proxy server?
Started by luvPlsQL on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
It is basically a machine on the local network acting as a gateway to act for another"
A ....
This may explanation of a Proxy Server here .
A proxy server is generally system which offers a system's service representatively.
|
|
I'd like to know how could I get the original HOST IP when the web server is behind an ISA server acting as a reverse proxy.
Other reverse proxies -like squid- add the "X_FORWARDED_FOR" value to the request header, but ISA server doesn't.
Thanks
Started by DanC on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Nothing was set.
Employer we had the proxy set up a custom header and we retrieved it from there.
|
|
Hi, I need to get reliable Internet connection behind a restrictive firewall.
facts:
firewall handless HTTP CONNECT to anywhere as long as it goes to destination port 443 I have some servers publicly accessible on Internet but they are all handling traffic...
Started by asdmin on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Now, assuming that you are trying to tunnel out to ports other ... .
In from the Internet, which is why you want a server model but it also sounds like you are trying to tunnel out to the Internet, because you are using CONNECT over a proxy.
|
|
Is there any way I can simulate a proxy server truncating a viewstate?
Started by Miyagi Coder on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The code is about 5 lines long and I've seen .
How have you ascertained it is a proxy server? It doesn't sound likely that a proxy server would client-side entirely by putting it server-side.
|
|
I need a web proxy server that has a web interface to configure. I want to be able to take control over proxy server configuration with it's web interface.
Started by eavar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Squid is my.
You really ought to learn to manage the server via the command line, but if you must have a GUI, webmin has a Squid module.
How about a linux server and squid? Seems easy enough.
|
|
We're running a Rails site at http://hansard.millbanksystems.com , on a dedicated Accelerator. We currently have Apache setup with mod-proxy-balancer, proxying to four mongrels running the application.
Some requests are rather slow and in order to prevent...
Started by Robert Brook on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
It is possible to deploy a Mongrel cluster with an alternative web server, such as nginx or lighttpd://www.apsis.ch/pound/ ) worked well for me!
I've used mod_proxy_balancer + mongrel_cluster successfully_proxy_balancer , nginx....
|
|
I will explain the problem first ...
I have an in-house webserver/web-app that is publicly accessible. Our Internet connection (Bonded ADSL MAX Premium) is therefore a single-point-of-failure (which has been highlighted by some recent connectivity issues...
Started by Guy C on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Best to use a caching reverse proxy like Varnish or Squid (in reverse proxy mode) so.
Why have an external server proxy your http requests? Why not just use dns to switch, works pretty well.
Have net.
|