> How can I configure a Linux firewall to reject all request with URL: like ***XXX*** 
>or ***porno** or
> something like that with or 
> without a proxy. 
> Can, proxy Squid help me? 
>   

I Use apache as the proxy and implement the RewriteRule function like
this:

RewriteRule http://(.*)XXX(.*) /nogo.html

where nogo.html is a local page saying that you can't access this page.
I use it for advert blocking rather than net censorship, but the same
principles apply.

Details on http://www.apache.org

Vik :v)
http://olliver.penguinpowered.com


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to