Mailing List Archive

cvs commit: apache-1.3 README.configure
rse 98/04/14 08:56:44

Modified: . README.configure
Log:
Update URL of Apache Module Registry.

Revision Changes Path
1.6 +4 -4 apache-1.3/README.configure

Index: README.configure
===================================================================
RCS file: /export/home/cvs/apache-1.3/README.configure,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- README.configure 1998/04/14 08:27:32 1.5
+++ README.configure 1998/04/14 15:56:43 1.6
@@ -172,10 +172,10 @@

For Apache there are a lot of modules flying around on the net which solve
particular problems. For a good reference see the Apache Module Registory at
- http://www.covalent.net/module_registry/ and the Apache Group's contribution
- directory at http://www.apache.org/dist/contrib/modules/. These modules
- usually come in a file named mod_foo.c. APACI supports adding these sources
- on-the-fly to the build process:
+ http://modules.apache.org/ and the Apache Group's contribution directory at
+ http://www.apache.org/dist/contrib/modules/. These modules usually come in a
+ file named mod_foo.c. APACI supports adding these sources on-the-fly to the
+ build process:

$ ./configure --prefix=/path/to/apache \
--add-module=/path/to/mod_foo.c