Jump to content

apache is not loading module ..Cannot load C:/php-4.4.4-Win32/php4apache2.dll in


mubashir

Recommended Posts

hi
i am trying to configure php-4.4.4 with apache_2.2.3. i added these lines to httpd.conf file of apache ..
[color=blue]LoadModule php4_module "C:/php-4.4.4-Win32/php4apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/php-4.4.4-Win32"[/color]
but when i try to reload apache server it gives following error
httpd: Syntax error on line 120 of C:/Program Files/Apache Software Foundation/A
pache2.2/conf/httpd.conf: [color=blue]Cannot load C:/php-4.4.4-Win32/php4apache2.dll into server: The specified module could not be found.[/color]
does  any body know wats the prob, does apache 2.2.3 support php4.4.4 ..
Link to comment
Share on other sites

PHP4 or 5.1.x is not supported by Apache2.2.x due to the change in the way Apache2.2 handles the modules. PHP5.1.2 is compatible with Apache2.2.x now. Not sure if there will be newer PHP4 release which will support Apache2.2.x.

See if there is a PHP4 Apache Module (php4apache2.dll) over at apachelounge.com
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.