Author: joes
Date: Mon Apr 25 10:36:25 2005
New Revision: 164609
URL: http://svn.apache.org/viewcvs?rev=164609&view=rev
Log:
Doc tweaks.
Modified:
httpd/apreq/trunk/README
Modified: httpd/apreq/trunk/README
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/README?rev=164609&r1=164608&r2=164609&view=diff
==============================================================================
--- httpd/apreq/trunk/README (original)
+++ httpd/apreq/trunk/README Mon Apr 25 10:36:25 2005
@@ -18,25 +18,19 @@
and Apache-2's input filter API. The C codebase is separated into
two independent components:
- 1) libapreq2, the shared library. This library is based
- solely on libapr and libaprutil, and requires linking
- applications to provide stub code for the apreq_env
- interface (defined by the "apreq_env.h" header file).
- The source files for libapreq2 are in the src/ directory.
+ 1) libapreq2, a shared library which is based on
+ libapr and libaprutil.
- 2) A collection of "environment" modules which provide the
- aforementioned supporting functions for the apreq_env API.
- The modules' source files are in the env/ directory.
- Two supported modules are now available
+ 2) A collection of modules:
- 1) an Apache 2 filter module - mod_apreq.c,
+ - mod_apreq2, a filter module for the Apache 2.X webserver,
+ - a CGI module included in libapreq2 itself,
+ - a custom module for general applications.
- 2) the default CGI module included in libapreq2.
-
- Version 2 also includes the perl APIs for libapreq2- Apache::Request
- and Apache::Cookie. The corresponding XS modules are generated in
- perl/glue/xs by ExtUtils::XSBuilder, which is based on the new build
- system created specifically for modperl-2.
+ Version 2 also includes the perl APIs for libapreq2- Apache2::Request,
+ Apache2::Upload and Apache2::Cookie. The corresponding XS modules
+ are generated by ExtUtils::XSBuilder, which is based on the new build
+ system created specifically for mod_perl2.
The Latest Version