2010-12-21 09:34:10 +00:00
|
|
|
<VirtualHost *:80>
|
2011-03-06 18:06:27 +00:00
|
|
|
ServerName %%fqdn%%
|
2011-05-17 16:44:24 +00:00
|
|
|
AssignUserId www-data www-data
|
|
|
|
|
2011-03-06 18:06:27 +00:00
|
|
|
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>
|
|
|
|
|
2011-03-06 19:11:49 +00:00
|
|
|
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %{Host}i" alternc
|
2011-03-06 18:06:27 +00:00
|
|
|
CustomLog /var/log/apache2/access.log alternc
|
2010-12-21 09:34:10 +00:00
|
|
|
</VirtualHost>
|