dgaudet 98/12/18 14:29:57
Modified: htdocs/manual/misc perf-tuning.html Log: file moved Revision Changes Path 1.16 +1 -1 apache-1.3/htdocs/manual/misc/perf-tuning.html Index: perf-tuning.html =================================================================== RCS file: /home/cvs/apache-1.3/htdocs/manual/misc/perf-tuning.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- perf-tuning.html 1998/12/13 20:42:16 1.15 +++ perf-tuning.html 1998/12/18 22:29:56 1.16 @@ -340,7 +340,7 @@ 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.