The requested operation has failed, the Apache service cannot be restarted, and the prompt when running in cmd is
cannot load E:\phpedu\php5.4\php5apache2_2.dll into server
I am Written like this
#1: Load PHP module
LoadModule php5_module "E:\phpedu\php5.4\php5apache2_2.dll"
#2: Configure php.ini The correct path to the file
PHPIniDir E:\phpedu\php5.4
#3: Add the php type file to the Apache server
AddType application/x-httpd-php .php
Please pay attention to whether it is in the path of the corresponding php version to avoid mistakes!