A regexp with just ^$ would match an empty string. Try using it with rep_mime_type acl and http_reply_access.
/Andreas ----- Original Message ----- From: <[EMAIL PROTECTED]> > Hi, > > I'm using http_reply_access acls to restricht access to certain MIME-types. > There are some situations where a site sends an "empty" MIME-Type (showing > as "-" in access.log ), e.g when sending an http-redirect. > How can I match these in an acl?
