#LoadModule vhost_alias_module modules/mod_vhost_alias.so
#LoadModule ssl_module modules/mod_ssl.so
# For PHP 5 do something like this:
LoadModule php5_module "C:/php/php5apache2.dll" <---- LINE 117
AddType application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "C:/php"
Error Message:
Apache wrote:httpd.exe: Syntax error on line 117 of C:/apache/conf/httpd.conf: Cannot load C:
/php/php5apache2.dll into server: The specified module could not be found.
Note the errors or messages above, and press the <ESC> key to exit. 20...
The path to the module is indeed C:\php\php5apache2.dll
I haven't done this for a while, so it's probably a silly error.
Apache 2.2.3 / PHP 5.1.6
Last edited by s.dot on Sun Sep 03, 2006 2:28 am, edited 1 time in total.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
volka wrote:is php5apache2.dll really compiled for apache 2.2 and not for apache 2.0?
Switching to 2.0.59 fixed this problem. Thanks!
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
And (only) because the guy who made this (unofficial) build used visual studio 2005 and some dependencies were compiled in you need the 2005 redistributables.
[don't get me wrong, that's not bad. but it is different from "you only have to copy two files to get it working" ]