From: dgaudet Date: Fri, 18 Dec 1998 22:29:56 +0000 (+0000) Subject: file moved X-Git-Tag: 1.3.4~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83ab755dbd53ffa4ae3c087d6fd363fb611b4832;p=apache file moved git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82504 13f79535-47bb-0310-9956-ffa450edef68 --- 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.