Hi. I've installed Apache 2.2 and PHp 5.2.14. I've edited httpd.conf and added the two lines :
LoadModule php_module "c:/php/php5apache2.dll"
Addtype appication/x-httpd-php .php
When I start Apache I get the following error in a DOS command line box :
httpd.exe :Syntax error on line 109 c:/program files(x86)/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load c:/php/php5apache2.dll into server. The specified module could not be found.
However the file c:/php/phpapache2.dll DOES EXIST.
Any ideas anyone ??
Configuring PHP 5 with Apache 2.2 problem
Moderators: egami, macek, gesf
Finding: 'php5apache2'
You have: 'phpapache2'
?
You have: 'phpapache2'
?
-
- New php-forum User
- Posts: 6
- Joined: Thu Sep 23, 2010 6:52 am
Sorry, I meant to say file c:/php/php5apache2.dll DOES EXIST.
-
- New php-forum User
- Posts: 6
- Joined: Thu Sep 23, 2010 6:52 am
I'm giving up on APache. I'm going IIS. Thanks anyway.