]> granicus.if.org Git - apache/commitdiff
update the instructions for how to get started with mod_example
authorJeff Trawick <trawick@apache.org>
Fri, 12 Apr 2002 11:20:47 +0000 (11:20 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 12 Apr 2002 11:20:47 +0000 (11:20 +0000)
Submitted by:  Stas Bekman

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94620 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/experimental/README

diff --git a/CHANGES b/CHANGES
index f88893654af05e3d77e29c252b24f67efbf357e0..b724410e0d636ed2f5a253d79e4e6fc2378a059e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
 Changes with Apache 2.0.36
+
+  *) Update the instructions for how to get started with mod_example.
+     [Stas Bekman]
   
   *) Fix PidFile to default to rel_runtimedir instead of
      rel_logfiledir.  PR 7841.  [Andreas Hasenack <andreas@netbank.com.br>]
index 1d80fa58551eab2e68a2f25605fcdf76586c54f4..447c16eedaa9f2e90e4d7ca4ced3785474c2393a 100644 (file)
@@ -15,15 +15,15 @@ your server, enable the "example-handler" handler for a location, and then
 browse to that location, you will see a display of some of the tracing
 the example module did as the various callbacks were made.
 
-To include the example module in your server run `./configure
---enable-example` in the src directory before running `make`.
+To include the example module in your server add --enable-example to the
+other ./configure arguments executed from the httpd-2.0 directory. After
+that run 'make'.
 
 To add another module of your own:
 
-    A. mkdir src/modules/mymodule
-    B. cp src/modules/example/* src/modules/mymodule
-    C. Modify the files in the new directory
-    D. Build the server as above, with appropriate changes.
+    A. cp modules/experimental/mod_example.c modules/experimental/mod_myexample.c
+    B. Modify the file
+    C. Build the server with --enable--myexample
 
 To activate the example module, include a block similar to the
 following in your httpd.conf file: