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 ..
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.