Could you please tell me how to install PHP on IBM Http Server?
I have copied all php7 files into C:/php folder and added the following code to http.conf:
LoadModule php7_module "C:/php/php7apache2_4.dll"
AddHandler application/x-httpd-php .php
PHPIniDir "C:/php/"
But when I start the server I get the following error:
"Windows could not start IBM HTTP Server V8.5 on Local Computer. For more information review the System Event Log."
In the event log I get the following:
"The IBM HTTP Server V8.5 service terminated with service-specific error Incorrect function.." Event ID is 7024.