I need to Filter "Location:" headers containing the "URL:" prefix in a proxy server.
because of this http://secunia.com/advisories/11793/ I saw how to filter FTP and I guess I could use the same trick for URL: acl ftp proto FTP acl myNet src 10.0.0.0/16 acl all src 0.0.0.0/0.0.0.0 http_access deny ftp http_access allow mynet http_access deny all My ideas involve <-- acl url proto URL acl location proto Location http_access deny url http_access deny location --> Any ideas? Brett Smith IS Team Bloodhound, Inc. 2520 Meridian Parkway, Suite 500 Durham, N.C. 27713 (919) 313-1619 [EMAIL PROTECTED] This email message is for the sole use of the intended recipients(s) and may contain confidential and privileged information of Bloodhound Software, Inc.. Any unauthorized review, use, disclosure is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
