How to install additional Apache modules?
Posted by: pembeci (194.27.153.---)
Date: January 06, 2010 03:00PM

I need to use Apache module mod_imap which is not distributed with WAMP. I searched about how I can install additional modules but couldn't find an answer.

Thanks.

Options: ReplyQuote
Re: How to install additional Apache modules?
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: January 06, 2010 03:13PM

Hi , Get the module file and place it in

C:\wamp\bin\apache\ApacheX.X.XX\modules


then left click wamp icon > apache > httpd.conf

find the module section

add this line to the end of the section

LoadModule MODULENAME modules/MODULENAME.so

So ul use

LoadModule imap_module modules/mod_imap.so




u may also need to have

AddModule "mod_imap.c"

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: How to install additional Apache modules?
Posted by: pembeci (---.mu.edu.tr)
Date: January 26, 2010 11:03AM

Sorry for the very late response and thanks for the detailed explanation. I suspected I need the steps you described but couldn't find the mod_imap.so file for Windows. For future reference, I realized that Apache v2 replaced that module with imagemap_module which is already distributed with WAMP server.

Options: ReplyQuote
Re: How to install additional Apache modules?
Posted by: Darkon (195.20.110.---)
Date: February 23, 2010 07:55AM

Hi i have the similar problem with kerberos mod_auth_kerb.c

i can't load this module

when I try to use AddModule "mod_auth_kerb.c" but apache even didn't stand up

Steven could u explain how to run external module pls ?
i dont have .so file

Options: ReplyQuote


Sorry, only registered users may post in this forum.