I'm trying to install PHP on Apache httpd server 2.4 on Windows. Yes, I know that that is extremely simple. But after adding the following three lines httpd start operation fails.
LoadModule php5_module C:/PHP/php5apache2_4.dll
AddHandler application/x-httpd-php .php
PHPIniDir "C:/PHP"
I'm not trying to asc what is done wrong after giving you three lines, I want to know can I somehow understand where the problem is (in error.log I do not have any message about errors while start).
Thank you in advance!