]> git.deb.at Git - deb/packages.git/blobdiff - conf/apache.conf.sed.in
Add some files for the new mail setup to .gitignore
[deb/packages.git] / conf / apache.conf.sed.in
index 7327825ce8558c05fc2df7aacc078a7a0e64a9ee..ce7739f41c93e596ff668e7e6423e8de99093a70 100644 (file)
   AddEncoding x-gzip .gz
 </Directory>
 
-<VirtualHost *>
+<VirtualHost *:80>
    ServerAdmin webmaster@debian.org
    DocumentRoot %TOPDIR%/www/
    ServerName %SITE%
+   ServerAlias newpackages.debian.org
    ErrorLog /var/log/apache2/%SITE%-error.log
    CustomLog /var/log/apache2/%SITE%-access.log combined
 
-   CBandUser pdo
-
    Alias /cgi-bin/ %TOPDIR%/cgi-bin/
   
    PerlModule ModPerl::Registry