summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ldap2apache6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ldap2apache b/bin/ldap2apache
index 7da9b1f..992bb71 100755
--- a/bin/ldap2apache
+++ b/bin/ldap2apache
@@ -234,9 +234,9 @@ clients.each{ |c|
config << " ServerName #{server_name}"
config << " ServerAdmin #{server_admin}"
config << " UserDir disabled"
- config << " ErrorLog #{client_home}/logs/stats.#{server_name}-error.log"
- config << " LogLevel warn"
- config << " CustomLog #{client_home}/logs/stats.#{server_name}-access.log combined"
+ config << "# ErrorLog #{client_home}/logs/stats.#{server_name}-error.log"
+ config << "# LogLevel warn"
+ config << "# CustomLog #{client_home}/logs/stats.#{server_name}-access.log combined"
config << " ServerSignature On"
config << ""
config << ' Alias /awstats-classes/ "/usr/share/awstats/classes/"'