setting from the MPM-specific mpm_default.h
now visible again via httpd -V
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086243 13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.3.12
- *) MPM helper function ap_remove_pid() added. [Jeff Trawick]
+ *) Restore visibility of DEFAULT_PIDLOG to core and modules. MPM
+ helper function ap_remove_pid() added. [Jeff Trawick]
*) Enable DEFAULT_REL_RUNTIMEDIR on Windows and NetWare. [various]
#endif
#include "ap_config_layout.h"
+/* Where the main/parent process's pid is logged */
+#ifndef DEFAULT_PIDLOG
+#define DEFAULT_PIDLOG DEFAULT_REL_RUNTIMEDIR "/httpd.pid"
+#endif
+
#if defined(NETWARE)
#define AP_NONBLOCK_WHEN_MULTI_LISTEN 1
#endif
#define DEFAULT_THREADS_PER_CHILD 25
#endif
-/* Where the main/parent process's pid is logged */
-#ifndef DEFAULT_PIDLOG
-#define DEFAULT_PIDLOG DEFAULT_REL_RUNTIMEDIR "/httpd.pid"
-#endif
-
/* Number of requests to try to handle in a single process. If <= 0,
* the children don't die off.
*/
#define DEFAULT_MIN_SPARE_THREAD 5
#endif
-/* Where the main/parent process's pid is logged */
-#ifndef DEFAULT_PIDLOG
-#define DEFAULT_PIDLOG DEFAULT_REL_RUNTIMEDIR "/httpd.pid"
-#endif
-
/*
* Interval, in microseconds, between scoreboard maintenance.
*/
#define DEFAULT_MIN_FREE_THREADS 10
#endif
-/* Where the main/parent process's pid is logged */
-/*#ifndef DEFAULT_PIDLOG
- #define DEFAULT_PIDLOG DEFAULT_REL_RUNTIMEDIR "/httpd.pid"
- #endif
-*/
-
/*
* Interval, in microseconds, between scoreboard maintenance.
*/
#define DEFAULT_MIN_FREE_DAEMON 5
#endif
-/* Where the main/parent process's pid is logged */
-#ifndef DEFAULT_PIDLOG
-#define DEFAULT_PIDLOG DEFAULT_REL_RUNTIMEDIR "/httpd.pid"
-#endif
-
/* Number of requests to try to handle in a single process. If <= 0,
* the children don't die off.
*/
*/
#define HARD_SERVER_LIMIT 1
-/* Where the main/parent process's pid is logged */
-#ifndef DEFAULT_PIDLOG
-#define DEFAULT_PIDLOG DEFAULT_REL_RUNTIMEDIR "/httpd.pid"
-#endif
-
/* Number of requests to try to handle in a single process. If <= 0,
* the children don't die off.
*/
#define DEFAULT_THREADS_PER_CHILD 25
#endif
-/* Where the main/parent process's pid is logged */
-#ifndef DEFAULT_PIDLOG
-#define DEFAULT_PIDLOG DEFAULT_REL_RUNTIMEDIR "/httpd.pid"
-#endif
-
/* Number of requests to try to handle in a single process. If <= 0,
* the children don't die off.
*/