alen Posted April 22, 2007 Share Posted April 22, 2007 I'm trying to setup apache2 with an old version php. But there's this one error that I can't seem to figure out. httpd.exe: Syntax error on line 486 of C:/Server/apache/conf/httpd.conf: Cannot load C:/Server/php/sapi/php4apache2.dll into server: The module could not be found. I'm 110% certain that php4apache2.dll is in that directory. What could be wrong? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted April 22, 2007 Share Posted April 22, 2007 php4apache2.dll is for Apache2.0.x and not Apache2.2.x I don't think PHP4 is compatible with Apache2.2.x. Check there is a file called php4apache2_2.dll. If you can't find that file then consider downgrading Apache to Apache2.0.x instead. Quote Link to comment Share on other sites More sharing options...
alen Posted April 22, 2007 Author Share Posted April 22, 2007 A quick question; what mysql version should I use with Apache2.0.x and PHP4? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted April 23, 2007 Share Posted April 23, 2007 Doesn't really matter. PHP4 should work with MySQL4 and 5. however most PHP4 setups I have seen use MySQL4. Its up to you. 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.