]> granicus.if.org Git - apache/commitdiff
file moved
authordgaudet <dgaudet@unknown>
Fri, 18 Dec 1998 22:29:56 +0000 (22:29 +0000)
committerdgaudet <dgaudet@unknown>
Fri, 18 Dec 1998 22:29:56 +0000 (22:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82504 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/perf-tuning.html

index f9f2ad376cf9796a62940d4bae62b6dfeca7aef9..956a7febbc590c71b9b5a8b5e5a47dee4a7c579a 100644 (file)
@@ -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 <CODE>src/conf.h</CODE> (pre-1.3) or
-<CODE>src/main/conf.h</CODE> (1.3 or later).  Some architectures
+<CODE>src/include/ap_config.h</CODE> (1.3 or later).  Some architectures
 do not have any locking choice made, on these architectures it is unsafe
 to use multiple <CODE>Listen</CODE> directives.