|
Apache2/PHP Error
Hi there,
Have just started setting up apache2 and PHP5 on my laptop and have now run into the error in the pic attached.
Now am I misunderstanding the error message; is it not able to find the .dll or module??? DLL is there! and I thought I sufficiently told it the module was there in the httpd.conf (look below).
Help please!
what I added to httpd.conf in terms of PHP:
------------------------------------------------------------
...
###PHP5 Module###
LoadModule php5_module "D:/WEB/PHP5/php5apache2.dll"
#################
...
# AddType allows you to add to or override the MIME configuration
# file mime.types for specific file types.
#
#AddType application/x-tar .tgz
AddType application/x-httpd-php .php
PHPIniDir "D:/WEB/PHP5"
...
-------------------------------------------------------------
Cheers,
KC
__________________
|