14 lines
398 B
ApacheConf
14 lines
398 B
ApacheConf
#
|
|
# Squirrelmail apache config modified for AlternC
|
|
#
|
|
# WARNING: Do not edit this file, edit the one in /etc/alternc/templates and launch alternc.install again.
|
|
#
|
|
#Alias /squirrelmail /usr/share/squirrelmail
|
|
|
|
<Directory /usr/share/squirrelmail>
|
|
php_value open_basedir /usr/share/squirrelmail:/var/spool/squirrelmail/
|
|
php_admin_flag safe_mode off
|
|
Options Indexes FollowSymLinks
|
|
</Directory>
|
|
|