[pve-devel] r6095 - pve-manager/pve2/www/templates
svn-commits at proxmox.com
svn-commits at proxmox.com
Thu Jun 16 15:24:06 CEST 2011
Author: dietmar
Date: 2011-06-16 15:24:05 +0200 (Thu, 16 Jun 2011)
New Revision: 6095
Modified:
pve-manager/pve2/www/templates/pve.conf.in
Log:
cleanup log directives
Modified: pve-manager/pve2/www/templates/pve.conf.in
===================================================================
--- pve-manager/pve2/www/templates/pve.conf.in 2011-06-16 13:11:27 UTC (rev 6094)
+++ pve-manager/pve2/www/templates/pve.conf.in 2011-06-16 13:24:05 UTC (rev 6095)
@@ -23,12 +23,8 @@
AddOutputFilterByType DEFLATE application/json
</IfModule>
-ErrorLog /var/log/apache2/error.log
+CustomLog ${APACHE_LOG_DIR}/access.log combined
-LogLevel warn
-
-CustomLog /var/log/apache2/access.log combined
-
Listen 8006
<VirtualHost *:8006>
SSLEngine on
More information about the pve-devel
mailing list