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?

link|improve this question
What OS and proxy server software are you using? – Francois Wolmarans Sep 14 '09 at 13:03
We are using Windows 2003. We haven't decided on a proxy server yet, but are thinking along the lines of either IAS or Squid – Chillihead Sep 14 '09 at 13:22
feedback

3 Answers

up vote 2 down vote accepted

There are lots of products that can act both as proxy and reverse proxy. In the Microsoft world, ISA Server is great for both roles. There are no special issues in doing both things at the same time on the same server.

link|improve this answer
feedback

Squid will certainly do what you propose to do without any problems.

link|improve this answer
feedback

They will be running on different ports, so you can definitely run both services on the same machine without troubles.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.