rse 98/12/13 23:56:38
Modified: . INSTALL
Log:
Fix module table:
- mod_expires was missing
- mod_so is no longer really experiemental
Revision Changes Path
1.50 +2 -1 apache-1.3/INSTALL
Index: INSTALL
===================================================================
RCS file: /home/cvs/apache-1.3/INSTALL,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- INSTALL 1998/12/06 16:14:19 1.49
+++ INSTALL 1998/12/14 07:56:37 1.50
@@ -287,6 +287,7 @@
HTTP response
(-) mod_headers ...... Arbitrary HTTP response headers (configured)
(-) mod_cern_meta .... Arbitrary HTTP response headers (CERN-style
files)
+ (-) mod_expires ...... Expires HTTP responses
(+) mod_asis ......... Raw HTTP responses
Scripting
(+) mod_include ...... Server Side Includes (SSI) support
@@ -303,8 +304,8 @@
Miscellaneous
(+) mod_imap ......... Server-side Image Map support
(-) mod_proxy ........ Caching Proxy Module (HTTP, HTTPS, FTP)
- Experimental
(-) mod_so ........... Dynamic Shared Object (DSO) bootstrapping
+ Experimental
(-) mod_mmap_static .. Caching of frequently served pages via mmap()
Development
(-) mod_example ...... Apache API demonstration (developers only)