9 April 2010 - 22:35PHP: Problem Starting Apache 2.x On Windows
You can see full explanation in Article on php.net about Apache 2.x on Microsoft Windows. What i want to write here is about error:
C:\apache\bin>apache -k start
Syntax error on line 957 of C:/apache/conf/httpd.conf:
Cannot load C:/PHPDEV/test/Debug_TS/php5apache2.dll into server: The specified module could not be found.
That error happened when i was starting apache web server (version 2.0.x).
After searching for 2 days through the web plus trial and error, i have another explanation of how that error can occur and solution which does not exist in an article in php.net. My explanation focus on debugging environment especially when you compile apache and php by yourself.
No Comments | Tags: English, Testing
