bigb89 Posted August 5, 2007 Share Posted August 5, 2007 Sorry if this question has already been posted, but I searched this forum I didn't find one like it, so here it is: I've always used Apache 2 but I'm seeing that many webservers are using Apache 1 instead of 2, so for php pages which is more stable, Apache 1 or Apache 1? Overall which of them is more stable, Apache 1 or Apache 2? Link to comment https://forums.phpfreaks.com/topic/63389-apache-1-or-apache-2/ Share on other sites More sharing options...
apacheguy Posted August 8, 2007 Share Posted August 8, 2007 See if this link helps: http://ilia.ws/archives/32-Apache-1-vs-Apache-2-Performance.html Link to comment https://forums.phpfreaks.com/topic/63389-apache-1-or-apache-2/#findComment-318095 Share on other sites More sharing options...
tibberous Posted August 8, 2007 Share Posted August 8, 2007 IMO, it makes no real difference, until you get to Apache 2.2 which doesn't seem to work. I use 2.0 for local development. I'm not even sure what my server runs, thats how little it seems to matter Link to comment https://forums.phpfreaks.com/topic/63389-apache-1-or-apache-2/#findComment-318110 Share on other sites More sharing options...
wildteen88 Posted August 8, 2007 Share Posted August 8, 2007 IMO, it makes no real difference, until you get to Apache 2.2 which doesn't seem to work. I use 2.0 for local development. I'm not even sure what my server runs, thats how little it seems to matter Apache 2.2 works no problem with PHP. When you use Apache2.2 with PHP you'll want to use php5apache2_2.dll for configuring PHP with Apache. Apache2.2's module handling has changed, Apache 2.0.x modules are not compatible with Apache2.2.x modules. PHP comes with all module files for which ever version of Apache you're using: php5apache.dll - for Apache1.x php5apache2.dll - for Apache2.0.x php5apache2_2.dll - for Apache2.2.x Note change php5 to php4 if you're using php4. Link to comment https://forums.phpfreaks.com/topic/63389-apache-1-or-apache-2/#findComment-318476 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.