stas 2004/08/14 17:53:34
Modified: src/docs/2.0/api/Apache PerlSections.pod
src/docs/2.0/devel/porting porting.pod
src/docs/2.0/user/install install.pod
Log:
Apache 2.0.47 is the minimum required version now
Revision Changes Path
1.17 +2 -2 modperl-docs/src/docs/2.0/api/Apache/PerlSections.pod
Index: PerlSections.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/PerlSections.pod,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -u -r1.16 -r1.17
--- PerlSections.pod 9 Aug 2004 04:34:54 -0000 1.16
+++ PerlSections.pod 15 Aug 2004 00:53:31 -0000 1.17
@@ -309,8 +309,8 @@
=head2 E<lt>PerlE<gt> directive missing closing 'E<gt>'
-httpd-2.0.47 and earlier had a bug in the configuration parser which
-caused the startup failure with the following error:
+httpd-2.0.47 had a bug in the configuration parser which caused the
+startup failure with the following error:
Starting httpd:
Syntax error on line ... of /etc/httpd/conf/httpd.conf:
1.17 +3 -3 modperl-docs/src/docs/2.0/devel/porting/porting.pod
Index: porting.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/porting/porting.pod,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -u -r1.16 -r1.17
--- porting.pod 24 Aug 2003 05:18:35 -0000 1.16
+++ porting.pod 15 Aug 2004 00:53:34 -0000 1.17
@@ -29,14 +29,14 @@
#include ap_mmn.h
/* ... */
- #if AP_MODULE_MAGIC_AT_LEAST(20020903,3)
+ #if AP_MODULE_MAGIC_AT_LEAST(20020903,4)
/* 2.0 code */
#else
/* 1.0 code */
#endif
-The C<20020903,3> is the value of the magic version number matching
-Apache 2.0.46, the earliest Apache version supported by mod_perl 2.0.
+The C<20020903,4> is the value of the magic version number matching
+Apache 2.0.47, the earliest Apache version supported by mod_perl 2.0.
=head1 Thread Safety
1.61 +4 -0 modperl-docs/src/docs/2.0/user/install/install.pod
Index: install.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/install/install.pod,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -u -r1.60 -r1.61
--- install.pod 5 Aug 2004 17:16:55 -0000 1.60
+++ install.pod 15 Aug 2004 00:53:34 -0000 1.61
@@ -26,6 +26,10 @@
Apache 2.0 is required. mod_perl 2.0 B<does not> work with Apache 1.3.
+L<Dynamic|/MP_USE_DSO> (DSO) mod_perl build requires Apache 2.0.47 or
+higher. L<Static|/MP_USE_STATIC> build requires Apache 2.0.51 or
+higher.
+
=item * Perl
=over
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]