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>]
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: