No idea whether this post suits here or not, hope you understand.
Adding following two lines in 'httpd.conf' is not letting Apache to start:
LoadModule php7_module "D:/ProgramFiles/PHP/php7apache2_4.dll"
PHPIniDir "D:/ProgramFiles/PHP"
It was working well while I was using PHP5, and the file was php5apache2_4.dll
It would be great if you help me what is wrong. The error message is like this:
D:\ProgramFiles\ApacheHTTPServer\bin>httpd.exe
httpd.exe: Syntax error on line 180 of D:/ProgramFiles/ApacheHTTPServer/conf/httpd.conf: Cannot load D:/ProgramFiles/PHP/php7apache2_4.dll into server: The specified module could not be found.
