How to deny the null dstdomain

From: Kenn Sakai <xksakai@dont-contact.us>
Date: Tue, 11 Jul 2000 15:47:01 +0900

Hi!

For browser bug(?), I'd like to deny the client requests which do NOT
have dstdomain name.
(Request URL looks like "http://localwebserver/XXXX")

I tried the following, but got "invalid ACL" message.

====================================
#
# append_domain is OFF
#
#append_domain .yourdomain.com

acl NoDomainName dstdom_regex ""
http_access deny NoDomainName
====================================

How can I deny the null dstdomain?

Thank you.
Received on Tue Jul 11 2000 - 00:49:56 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:29 MST