I just install Apache 2 and i added this line Code:
LoadModule ssl_module modules/mod_ssl.so
of code, i have moved the ssl module to the apache module folder at C:\Program Files\Apache Software Foundation\Apache2.2\modules. still is display an error message that module not found, even the php module i wanted to load also was not loaded, why? thanks
Make sure your configuration file is properly set up. My guess would be that the modules directory is set as "C:\Program Files\Apache Software Foundation\Apache2.2\modules" and therefore, you are asking to load the module from the folder "C:\Program Files\Apache Software Foundation\Apache2.2\modules\modules", but I am certain of that under no means based off the given information.