
brian at hyperreal
Dec 8, 1996, 11:53 PM
Post #1 of 1
(21 views)
Permalink
|
|
cvs commit: apache/src mod_status.c
|
|
brian 96/12/08 22:53:16 Modified: src mod_status.c Log: Reviewed by: Brian Behlendorf Submitted by: bziller [at] ba-stuttgart Typo! None of us saw it coz we're all using -DSTATUS. Teehee. Revision Changes Path 1.37 +1 -1 apache/src/mod_status.c Index: mod_status.c =================================================================== RCS file: /export/home/cvs/apache/src/mod_status.c,v retrieving revision 1.36 retrieving revision 1.37 diff -C3 -r1.36 -r1.37 *** mod_status.c 1996/12/01 20:29:21 1.36 --- mod_status.c 1996/12/09 06:53:15 1.37 *************** *** 538,544 **** #else /* !defined(STATUS) */ ! rputs("<hr>To obtain a full report with current status information and",r) rputs(" DNS and LOGGING status codes \n",r); rputs("you need to recompile Apache after adding the line <pre>",r); rputs("Rule STATUS=yes</pre>into the file <code>Configuration</code>\n",r); --- 538,544 ---- #else /* !defined(STATUS) */ ! rputs("<hr>To obtain a full report with current status information and",r); rputs(" DNS and LOGGING status codes \n",r); rputs("you need to recompile Apache after adding the line <pre>",r); rputs("Rule STATUS=yes</pre>into the file <code>Configuration</code>\n",r);
|