On Sun, Jan 26, 2003 at 01:29:40PM +0500, ???? ??????? wrote: > 1) acl QUERY urlpath_regex cgi-bin \? > acl DrWeb urlpath_regex drweb > no_cache deny QUERY > no_cache deny DrWeb
it seems what you need is "url_regex", not "urlpath_regex" example: http://someaddress.com/somedirectory/somepage.html urlpath_regex = somedirectory/somepage.html url_regex = http://someaddress.com/somedirectory/somepage.html
