
randyk at apache
May 27, 2006, 2:12 PM
Post #1 of 1
(784 views)
Permalink
|
|
svn commit: r409879 - /perl/modperl/docs/trunk/src/docs/general/os/win32/faq.pod
|
|
Author: randyk Date: Sat May 27 14:12:21 2006 New Revision: 409879 URL: http://svn.apache.org/viewvc?rev=409879&view=rev Log: Point out incompatibility between modules compiled under Apache/2.0 and Apache/2.2. Modified: perl/modperl/docs/trunk/src/docs/general/os/win32/faq.pod Modified: perl/modperl/docs/trunk/src/docs/general/os/win32/faq.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/general/os/win32/faq.pod?rev=409879&r1=409878&r2=409879&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/general/os/win32/faq.pod (original) +++ perl/modperl/docs/trunk/src/docs/general/os/win32/faq.pod Sat May 27 14:12:21 2006 @@ -109,7 +109,9 @@ =item * Verify that mod_perl.so was compiled against the same Perl and Apache -versions that you are using. +versions that you are using. If you are using Apache/2.x, note that +modules compiled under Apache/2.0 will not work under Apache/2.2, +and vice-versa. =item * --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|