From 83ab755dbd53ffa4ae3c087d6fd363fb611b4832 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Fri, 18 Dec 1998 22:29:56 +0000 Subject: [PATCH] file moved git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82504 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/perf-tuning.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/misc/perf-tuning.html b/docs/manual/misc/perf-tuning.html index f9f2ad376c..956a7febbc 100644 --- a/docs/manual/misc/perf-tuning.html +++ b/docs/manual/misc/perf-tuning.html @@ -340,7 +340,7 @@ the inner loop. The loop looks like this (differences highlighted): implement a mutual exclusion semaphore. Only one child can have the mutex at any time. There are several choices for implementing these mutexes. The choice is defined in src/conf.h (pre-1.3) or -src/main/conf.h (1.3 or later). Some architectures +src/include/ap_config.h (1.3 or later). Some architectures do not have any locking choice made, on these architectures it is unsafe to use multiple Listen directives. -- 2.50.1