mhonarc-users

MHonArc security tip

1999-08-20 20:30:11
MHonArc Users,

For those who set up their archives to mask out addresses, you
should also make sure that the .mhonarc.db file cannot be
accessed since it will contain address information.  If you are
using Apache, add the following to your httpd.conf:

<Files .mhonarc.db>
    Order allow,deny
    Deny from all
</Files>

I do not know off-hand how to achieve the same effect with other
HTTP servers.  Refer to your server's documentation.

        --ewh

<Prev in Thread] Current Thread [Next in Thread>