]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Use logformat privacy
authorPeter Palfrader <peter@palfrader.org>
Mon, 25 Mar 2013 19:44:02 +0000 (20:44 +0100)
committerPeter Palfrader <peter@palfrader.org>
Mon, 25 Mar 2013 19:44:02 +0000 (20:44 +0100)
modules/roles/files/www_mirror/www.debian.org

index f66dea307a7b96dedaeb5be5395d49c4bf42b20a..9f6ace83a8d2923a7078d2a07eea058da1c72b6e 100644 (file)
@@ -92,7 +92,7 @@
    ServerAlias www.debian.com www.debian.de www.*.debian.org newwww.deb.at www.debian.net debian.net debian.org www.debian.at www.debian.eu debian.eu debian.com
    DocumentRoot /srv/www.debian.org/www/
    ErrorLog /var/log/apache2/www-other.debian.org-error.log
-   CustomLog /var/log/apache2/www-other.debian.org-access.log combined
+   CustomLog /var/log/apache2/www-other.debian.org-access.log privacy
    RewriteLog /var/log/apache2/www-other.debian.org-redirect.log
    RewriteLogLevel 1
 
    ServerAlias www-*.debian.org
    DocumentRoot /srv/www.debian.org/www/
    ErrorLog /var/log/apache2/www.debian.org-error.log
-   CustomLog /var/log/apache2/www.debian.org-access.log combined
+   CustomLog /var/log/apache2/www.debian.org-access.log privacy
 
    # CacheNegotiatedDocs: By default, Apache sends Pragma: no-cache with each
    # document that was negotiated on the basis of content. This asks proxy
    ServerAlias volatile-master.debian.org
    ServerAdmin webmaster@debian.org
    ErrorLog /var/log/apache2/volatile.debian.org-error.log
-   CustomLog /var/log/apache2/volatile.debian.org-access.log combined
+   CustomLog /var/log/apache2/volatile.debian.org-access.log privacy
    RedirectMatch permanent . http://www.debian.org/volatile/
 </VirtualHost>