You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Stone, Timothy" <ts...@cityofhbg.com> on 2003/02/25 15:54:38 UTC

[users@httpd] ProxyBlock directive ???

Anyone out there know if the ProxyBlock directive takes negated arguments?

For example:

ProxyBlock .ibm.com .redhat.com !

OR

ProxyBlock !.ibm.com !.redhat.com

??? I have a proxy server running that needs to strictly limit the external sites that it connects to, i.e. prevent general web surfing. (Network level ideas have been considered, but vendor limitations prevent this option.)

Listing individual sites seem fruitless at best, unless you're dynamically generating the list based on the log. Which would be neat, anybody doing it? And if so, can the directive of ProxyBlock sourced?

# Get the ProxyBlock list
Include /path/to/apache/conf/proxyblocks.conf

My questions stem from the fact the all or nothing approach of

ProxyBlock *

seems pointless, afterall one sets up a proxy server for a reason, why blanketly disable it with this directive?

Warmest Regards,
Tim

--
/**
 * Timothy Stone      . Sun Certified Java Programmer
 * Web Master         . tstone at cityofhbg dot com
 * City of Harrisburg . 717.255.7297
 * Pennsylvania USA   . 717.903.9162
 *
 * "Censorship always defeats its own purpose,
 *  for it creates in the end the kind of society 
 *  that is incapable of exercising real discretion."
 *  --Henry Steele Commager, Historian
 */

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org