]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.sysconfig
- license is apache v2.0
[packages/apache.git] / apache.sysconfig
index eeaabd3bc86b6c8eb30062d3ac80197710729270..9ec16251a232ca9ee08eb7085d1cdd955008ac72 100644 (file)
@@ -1,11 +1,11 @@
+# Customized settings for Apache
 # $Id$
-# Customized settings for apache
 
 # Nice level for apache
 SERVICE_RUN_NICE_LEVEL="+5"
 
-# config dir/file path
-HTTPD_CONF="/etc/httpd/httpd.conf"
+# config dir/file path. default is compiled in path
+#HTTPD_CONF="/etc/httpd/apache.conf"
 
 # other command-line options
 HTTPD_OPTS=""
@@ -19,7 +19,4 @@ HTTPD_MPM="prefork"
 #SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"
 
 # Skip apache restarts invoked from rpm installs.
-# Enable this if you run a production server and don't want rpm upgrade restart
-# your webserver like 20 times. But you should be aware of that then you need
-# to restart by hand the webserver.
-RPM_SKIP_AUTO_RESTART=no
+#RPM_SKIP_AUTO_RESTART=yes
This page took 0.373883 seconds and 4 git commands to generate.