mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
15 lines
330 B
Plaintext
15 lines
330 B
Plaintext
# $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>
|