Friday, May 3, 2013

php5apache2_4.dll into server: The specified module could not be found.

From event viewer in Windows I got this error, After trying to Add Apache 2.4 to Wamp 2.2 , Where I cannot run php scripts with php5.4.14 .
The Problem Was I downloaded the non thread safe version of php , So to solve this issue just download the thread safe PHP.
It is Supposed that you already added these lines to the Apache configuration file  :

 DirectoryIndex index.php index.php3 index.html index.htm
 DirectoryIndex index.php index.php3 index.html index.htm
   AddType application/x-httpd-php .php
  AddType application/x-httpd-php .php   

  AddType application/x-httpd-php .php3   
  AddType application/x-httpd-php .php3

Thanks 

No comments:

Post a Comment