]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1.sysconfig
- add missing config reload for -defaultindex
[packages/apache1.git] / apache1.sysconfig
index ed8c322afe1a4975a0b737db9889b30ec7a8ed89..2c0dac1bdc7f3082ee5cfdeca146bfd0dc7ad535 100644 (file)
@@ -1,13 +1,18 @@
 # Customized settings for apache
+# $Id$
 
 # Nice level for apache
 SERVICE_RUN_NICE_LEVEL="+5"
 
 # Cmdline options
+# Use -4 to disable ipv6 networking
 HTTPD_OPTS=""
 
+# perhaps set 128MB memory limit
+#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=no
+#RPM_SKIP_AUTO_RESTART=yes
This page took 0.030162 seconds and 4 git commands to generate.