Sponsored by NuSphere - PHP Software for PHP Application Developers - On Sale This Week for $100



Go Back   PHP-Editors > Linux, Apache, MySQL > Apache Help

Apache Help Post any question relating to Apache here and hopefully someone can help

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2007-06-13, 05:44 AM
Junior Member
 
Join Date: Jun 2007
Posts: 5
pazzy is on a distinguished road
Default Apache config problem..

Hi .
I have installed Apace 2.2.4, PHP 4, and MySQL 5.0,

After adding the lines

LoadModule php4_module php/sapi/php4apache2.dll
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps


to the conf file in Apache, (httpd.conf)
I get this error message :
httpd.exe: Syntax error on line 117 of C:/Program Files/Apache Software Foundati
on/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache Software Found
ation/Apache2.2/php/sapi/php4apache2.dll into server: The specified module could
not be found.


The dll file it is not finding, IS where it's supposed to be (php/sapi/php4apache2.dll), I have even tried writing the full path but
i still get this error message, how is it not seeing it ?

I am running this on XP ..
Reply With Quote
  #2 (permalink)  
Old 2007-06-15, 08:56 AM
Junior Member
 
Join Date: Jun 2007
Posts: 3
joyworld is on a distinguished road
Default

Hi,

I have a small suggetion in that,

"LoadModule php4_module php/sapi/php4apache2.dll" sentence

better to move that php4apache2.dll file to php directory

change to that line with the full path (from directory) like

"LoadModule php4_module C:/php/php4apache2.dll" if you are php is stored in 'C:' directory or give the path accordingly and restart your apache server

I hope it will work

all the best

Srinivas V
Reply With Quote
Must read Review for Serious PHP Developers


NuSphere PhpED 5.5 : The Staff of php-editors.com recently spent a few days working with NuSphere PhpED 5.5 (a popular PHP IDE) and NuCoder 2.0 (a PHP Encoding Utility), read up on all the details.

Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 09:23 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© Copyright 2003-2008 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.