Search This Blog

Monday, November 9

Cannot run Apache2.4 with xampp

The Apache service named reported the following error:

httpd.exe: Syntax error on line 520 of C:/xampp/apache/conf/httpd.conf:

Syntax error on line 17 of C:/xampp/apache/conf/extra/httpd-xampp.conf:

Cannot load C:/xampp/php/php7ts.dll into server: The specified module could not be found. .

Line 520 is: Include "conf/extra/httpd-xampp.conf"

Line 17 is : LoadFile "C:/xampp/php/php7ts.dll"

After some I got the solution, which is perfectly work for me, check below

As the message is shown "The specified module could not be found". It means thephp7ts.dllmodule is missed or not exist"C:/xampp/php/"` directory.

Please go to "C:/xampp/php/" directory and check the php7ts.dll module exists, If not then download from here. Get php7ts.dll module and in "C:/xampp/php/" directory. Restart the xampp server.

If any one got this type of error. Hope it will work for you.


Thank You.

No comments:

Post a Comment