View Single Post
Old 09-29-2005, 10:09 AM   #1 (permalink)
killer_cow
Moo indeed.
 
killer_cow's Avatar
 
Join Date: Dec 2002
Location: In a grassy field :D
Posts: 140
killer_cow
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
Attached Images
File Type: gif ApacheError.gif (50.7 KB, 8 views)
__________________
killer_cow is offline   Reply With Quote