From: Jeff Trawick Date: Fri, 12 Apr 2002 11:20:47 +0000 (+0000) Subject: update the instructions for how to get started with mod_example X-Git-Tag: 2.0.36~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b8619de1b3e45f129b85b700b4828da63671de6;p=apache update the instructions for how to get started with mod_example Submitted by: Stas Bekman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94620 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f88893654a..b724410e0d 100644 --- 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 ] diff --git a/modules/experimental/README b/modules/experimental/README index 1d80fa5855..447c16eeda 100644 --- a/modules/experimental/README +++ b/modules/experimental/README @@ -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: