SOURCES: apache.sysconfig - don't set default (same as compiled in...

glen glen at pld-linux.org
Thu May 4 11:46:33 CEST 2006


Author: glen                         Date: Thu May  4 09:46:33 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't set default (same as compiled in) config file in sysconfig
- cleanups

---- Files affected:
SOURCES:
   apache.sysconfig (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SOURCES/apache.sysconfig
diff -u SOURCES/apache.sysconfig:1.12 SOURCES/apache.sysconfig:1.13
--- SOURCES/apache.sysconfig:1.12	Thu Jan  5 22:16:44 2006
+++ SOURCES/apache.sysconfig	Thu May  4 11:46:28 2006
@@ -4,8 +4,8 @@
 # Nice level for apache
 SERVICE_RUN_NICE_LEVEL="+5"
 
-# config dir/file path
-HTTPD_CONF="/etc/httpd/apache.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 @@
 #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.
-# NOTE: You should be aware of that you need then restart the webserver manually.
 #RPM_SKIP_AUTO_RESTART=yes
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/apache.sysconfig?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list