You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/04/12 13:20:47 UTC

cvs commit: httpd-2.0/modules/experimental README

trawick     02/04/12 04:20:47

  Modified:    .        CHANGES
               modules/experimental README
  Log:
  update the instructions for how to get started with mod_example
  
  Submitted by:  Stas Bekman
  
  Revision  Changes    Path
  1.702     +3 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.701
  retrieving revision 1.702
  diff -u -r1.701 -r1.702
  --- CHANGES	12 Apr 2002 01:08:40 -0000	1.701
  +++ CHANGES	12 Apr 2002 11:20:46 -0000	1.702
  @@ -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 <an...@netbank.com.br>]
  
  
  
  1.3       +6 -6      httpd-2.0/modules/experimental/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/README,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README	11 May 2000 20:25:45 -0000	1.2
  +++ README	12 Apr 2002 11:20:47 -0000	1.3
  @@ -15,15 +15,15 @@
   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: