]> git.pld-linux.org Git - packages/apache.git/commitdiff
- don't set default (same as compiled in) config file in sysconfig auto/th/apache-2_2_2-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 4 May 2006 09:46:28 +0000 (09:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cleanups

Changed files:
    apache.sysconfig -> 1.13

apache.sysconfig

index 7493d228d17d472b5cf5145f4e3a54bcf99e0e6d..0539d6d82c22e6c0efee169bcd6bce3a1cf2aff6 100644 (file)
@@ -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 @@ 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.
-# NOTE: You should be aware of that you need then restart the webserver manually.
 #RPM_SKIP_AUTO_RESTART=yes
This page took 0.035202 seconds and 4 git commands to generate.