578fb3f484
This just tightens up on security a bit more. Note anyone using plugins may have to check if all their plugins will work with register_globals off. (I've been using this on a local squirrelmail box with 1.2.9 for over a month with no issues)
14 lines
330 B
Text
14 lines
330 B
Text
# $NetBSD: squirrelmail.conf.dist,v 1.4 2002/12/31 10:49:30 chris Exp $
|
|
#
|
|
# SquirrelMail configuration file fragment for Apache
|
|
|
|
<IfModule mod_alias.c>
|
|
Alias /squirrelmail/ "@SMDIR@/"
|
|
</IfModule>
|
|
|
|
<Directory "@SMDIR@">
|
|
Options Indexes MultiViews
|
|
AllowOverride None
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|