Nothing major (yet, anyway) - just noticed on a 1.1.22 box that had been
SIGHUP'd (in cache.log):
1998/08/07 13:52:15| redirectDispatch: skipping
'^http://(dww\.|www\.|)deafworldweb\.org/(dww/|)cgi-bin/forum/forum\.cgi'
because no handler
Errm.. that RE is from an ACL file, defined as:
acl url_permit url_regex "/opt/cwis/conf/acl.permit"
and used as:
...
http_access deny url_block !url_permit
...
icp_access deny url_block !url_permit
...
In "acl.permit", the line reads:
^http://(dww\.|www\.|)deafworldweb\.org/(dww/|)cgi-bin/forum/forum\.cgi
Okay - why's an ACL RE pattern being passed to a redirector?? :-)
Thanks..
dave
Received on Thu Aug 06 1998 - 21:03:28 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:41:28 MST