From 9f4bdf1e86bb90c0d41654e7f202762254be36cb Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Wed, 21 Mar 2012 13:01:49 +0000 Subject: [PATCH] remove bad marge git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1303379 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 852e62174a..5298a87b4e 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -604,37 +604,6 @@ headers - -DefaultRuntimeDir -Base directory for the server run-time files -DefaultRuntimeDir directory-path -DefaultRuntimeDir DEFAULT_REL_RUNTIMEDIR (logs/) -server config - - -

The DefaultRuntimeDir directive sets the - directory in which the server will create various run-time files - (shared memory, locks, etc.). If set as a relative path, the full path - will be relative to ServerRoot

- - Example - DefaultRuntimeDir scratch/ - - -

The default location of DefaultRuntimeDir may be - modified by changing the DEFAULT_REL_RUNTIMEDIR #define - at build time.

- -

Note: ServerRoot should be specified before this - directive is used, otherwise the default value of ServerRoot - would be used to set the base directory.

- -
-the - security tips for information on how to properly set - permissions on the ServerRoot -
- DefaultType This directive has no effect other than to emit warnings -- 2.50.1