]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.sysconfig
- release 3
[packages/apache.git] / apache.sysconfig
index 33d5a50edbb2112e4ca759d539c9c0c21a8042b4..9ec16251a232ca9ee08eb7085d1cdd955008ac72 100644 (file)
@@ -1,11 +1,11 @@
+# Customized settings for Apache
 # $Id$
-# Customized setings 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=""
@@ -17,3 +17,6 @@ HTTPD_MPM="prefork"
 
 # perhaps set 128MB memory limit
 #SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"
+
+# Skip apache restarts invoked from rpm installs.
+#RPM_SKIP_AUTO_RESTART=yes
This page took 0.035563 seconds and 4 git commands to generate.