coar 97/04/12 05:14:54
Modified: src Configuration.tmpl Log: Add a commented-out section for inclusion of mod_example. Reviewed by: Dean, Ralf Revision Changes Path 1.56 +5 -0 apache/src/Configuration.tmpl Index: Configuration.tmpl =================================================================== RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v retrieving revision 1.55 retrieving revision 1.56 diff -C3 -r1.55 -r1.56 *** Configuration.tmpl 1997/03/25 04:58:00 1.55 --- Configuration.tmpl 1997/04/12 12:14:53 1.56 *************** *** 231,236 **** --- 231,241 ---- # Module usertrack_module mod_usertrack.o + ## The example module, which demonstrates the use of the API. See + ## the file modules/example/README for details. + + # Module mod_example modules/example/mod_example.o + ## Finally, the proxy module. It's not as complete as it could be yet. ## But it's getting there.