mubashir Posted November 8, 2006 Share Posted November 8, 2006 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 .phpPHPIniDir "C:/php-4.4.4-Win32"[/color]but when i try to reload apache server it gives following errorhttpd: Syntax error on line 120 of C:/Program Files/Apache Software Foundation/Apache2.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 .. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted November 8, 2006 Share Posted November 8, 2006 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.