tone77
tone77

Reputation: 35

multiple php version on one server and how to use specific version for specific domain

Dedicated hosting Debian Linux and php5.2

Question: How can i install php5.3+ and keep php5.2, and how can i adjust apache so that website1 uses php5.2 and website2 uses php5.3+?

Upvotes: 2

Views: 923

Answers (1)

Pieter
Pieter

Reputation: 1833

You can try to use different ports on fast cgi for the various PHP versions.

Another approach: http://linuxplayer.org/2011/05/intall-multiple-version-of-php-on-one-server

Upvotes: 1

Related Questions