Jump to content

Apache 1 or Apache 2


bigb89

Recommended Posts

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

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

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.