> Could you help me to understand why apache doesn't load shared modules?

You compiled httpd-2.2, but are trying to load modules compiled for
httpd-2.0. This won't work.

Educated guess: You have the ServerRoot in your httpd.conf wrong, causing
the LoadModule lines to look in the wrong directory for modules. Either
fix your ServerRoot, or use the full path for module loading.

Joost


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to