12 lines
383 B
Plaintext
12 lines
383 B
Plaintext
<VirtualHost *:80>
|
|
ServerName %%fqdn%%
|
|
DocumentRoot /usr/share/squirrelmail
|
|
<Directory /usr/share/squirrelmail>
|
|
# php_value register_globals On # refer to Debian bug #128226
|
|
php_flag register_globals on
|
|
php_value open_basedir /usr/share/squirrelmail
|
|
php_admin_flag safe_mode off
|
|
Options Indexes FollowSymLinks
|
|
</Directory>
|
|
</VirtualHost>
|