I have Installed apache http server 2.2.4 on Windows and configure the doc_root to my htdocs directory and its working fine. But when is add these lines in httpd.conf file it gives error.
LoadModule php5_module "C:/php/php5apache2.dll"
PHPIniDir "C:/php"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
It gives error like"server cant load module "C:/php/php5apache2.dll"".
I have Installed apache from .msi installer and its running on 7860 port fine.
I have installed php manually. I have Extracted it in c:/php directory.
I have also tried to set path variable for dll files and rename php.ini-dist to php.ini
Please Help me I am a newbie in php.