Should php5apache2_2.dll be added to the Apache service?
我爱Java
我爱Java 2018-01-31 17:23:18
0
2
1647

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


我爱Java
我爱Java

reply all(1)
Day

Please pay attention to whether it is in the path of the corresponding php version to avoid mistakes!

  • reply The path is correct, php5apache2_2.dll and php.ini are both in php5.4 in phpedu on E drive, and httpd2.2.25 is used.
    我爱Java author 2018-01-31 17:56:00
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!