# webmail
<VirtualHost MEINEIP:80>
ServerAdmin [email]root@serverdomain.de[/email]
DocumentRoot /var/www/antispam
ServerName antispam.serverdomain.de
ServerAlias [url]www.antispam.serverdomain.de[/url] antispam.serverdomain.de
ErrorLog /var/log/apache2/users/antispam.serverdomain.de-error.log
TransferLog /var/log/apache2/users/antispam.serverdomain.de-access.log
CustomLog /var/log/apache2/antispam.serverdomain.de-traf.log traff
CustomLog /var/log/apache2/antispam.serverdomain.de-combined.log combined
# httpd dmn entry PHP2 support BEGIN.
php_admin_value open_basedir "/var/www/antispam/:/usr/share/php/:/tmp/"
# httpd dmn entry PHP2 support END.
<Directory /var/www/antispam>
# httpd dmn entry PHP support BEGIN.
# httpd dmn entry PHP support END.
# Options Indexes Includes FollowSymLinks MultiViews
# AllowOverride AuthConfig
# Order allow,deny
# Allow from all
AllowOverride none
Options MultiViews IncludesNoExec FollowSymLinks
DirectoryIndex index.html index.php
# php_admin_value open_basedir "/var/www/antispam/:/tmp/:/usr/share/php/"
php_admin_value memory_limit 16M
</Directory>
</VirtualHost>