View previous topic :: View next topic |
Author |
Message |
ak7 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/66413094441f156ee9fca0.gif)
Joined: 02 Jan 2005 Posts: 52
|
Posted: Tue Mar 29, 2005 12:49 am Post subject: Web Proxy for server? |
|
|
Is there a web proxy that runs at the firewall that protects the web server?
I'm looking for something that would only route inbound requests to the webserver for defined domain names. This would block requests based on the IP address of the server and allow me to hide the virtual hosts that I don't want to be visible from the public side of the firewall. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Martz n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 04 Mar 2004 Posts: 72
|
Posted: Tue Mar 29, 2005 7:03 pm Post subject: |
|
|
Maybe just using the allow and deny rules in the apache config or .htaccess files on the domains you want to allow.
You could block access from everywhere, and allow from your local LAN subnet.
Otherwise, you could use Squid in a reverse proxy role with acl setup for different IP ranges. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|