blob: 6a7e3bdd240a5e36fc9606ff675566fd7ec46744 (
plain)
- <VirtualHost *>
- ServerName mail.107b.dk
- ServerAlias mail
- ServerAdmin webmaster@107b.dk
- DocumentRoot /home/web/websites/mail.107b.dk
- Alias /postaci/ /var/www/postaci/
- Alias /lists/archive /var/lib/mailman/archives/public
- ScriptAlias /lists /usr/lib/mailman/cgi-bin
- ScriptAlias /mailman /usr/lib/mailman/cgi-bin
- RewriteEngine on
- RewriteRule ^/lists(/)?$ /lists/listinfo [R]
- <Directory />
- Options FollowSymLinks
- AllowOverride None
- </Directory>
- <Location /doc/mailman/images/>
- order deny,allow
- allow from all
- </Location>
- Include /etc/horde/apache.conf
- Include /etc/imp/apache.conf
- Include /etc/squirrelmail/apache.conf
- # Include /etc/sympa/httpd.conf-cgi
- </VirtualHost>
|