diff options
Diffstat (limited to 'apache/vhosts.d/mail')
-rw-r--r-- | apache/vhosts.d/mail | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/apache/vhosts.d/mail b/apache/vhosts.d/mail deleted file mode 100644 index 6a7e3bd..0000000 --- a/apache/vhosts.d/mail +++ /dev/null @@ -1,29 +0,0 @@ -<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> |