]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-httpd.conf
- samples for core capturing
[packages/apache1.git] / apache1-httpd.conf
index 1cf0f8b39142d63ea1928547c1a9dc76654dc38a..1bc3603a89934f1104230e8e36fa43660b43baea 100644 (file)
@@ -83,6 +83,15 @@ MaxSpareServers 10
 MaxClients 150
 MaxRequestsPerChild 30
 
+# This controls the directory to which Apache attempts to switch before dumping
+# core. The default is in the ServerRoot directory, however since this should
+# not be writable by the user the server runs as, core dumps won't normally get
+# written. If you want a core dump for debugging, you can use this directive to
+# place it in a different location.
+# Please note that you should also set ulimit coredumpsize to unlimited in
+# /etc/sysconfig/apache for this to have any effect.
+#CoreDumpDirectory /var/tmp
+
 # These lines here are for packages which still use apxs to activate module.
 # LoadModule access_module modules/mod_access.so
 # AddModule mod_foo.c
This page took 0.06707 seconds and 4 git commands to generate.