logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: having trouble to load PHP module for Apache
Author
chatme



Joined: 15 Oct 2006
Posts: 3

PostPosted: Sun 15 Oct '06 14:38    Post subject: having trouble to load PHP module for Apache Reply with quote

Hi there,

I added the follow two lines of codes to my httpd.conf file to get php to work for Apache.

LoadModule php4_module "c:/php/php4apache2.dll"
AddType application/x-httpd-php .php

However, I have trouble to restart the apache server with the following error.

Syntax error on line 115 of C:/Apache/conf/httpd.conf: Cannot load C:
/php/php4apache2.dll into server: The specified module could not be found.

Can anyone help?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Thu 19 Oct '06 9:42    Post subject: Reply with quote

That dll from php.net won't run with Apache 2.2.x but you can replace that with the dll from here http://www.apachelounge.com/download/mods/php4apache2.dll-php4.4.x.zip
Back to top


Reply to topic   Topic: having trouble to load PHP module for Apache View previous topic :: View next topic
Post new topic   Forum Index -> Other Software