Qingshan Xie wrote:
If the Apache-2.2.2 compiled with mod_so, Apache should be able to load mod_was_ap20_http.so withoutany issue.
Not likely. First, there is a module signature of "AP20" in any module which was compiled under apache 2.0, which absolutely will not load under apache 2.2 (the new signature, surprisingly enough, is "AP22"). Second, there are subtle and not-so-subtle binary ABI changes between httpd 2.0 (including apr 0.9) and httpd 2.2 (including apr 1.x). Those changes really invalidated any apache2.0 compilation for use with apache 2.2. The warning that Apache 2.0 modules aren't compatible with 2.2 is plastered almost everywhere. What file/document is missing this so that we can improve user's understanding of this problem? Bill --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx