News Feed
Jobs Feed
Sections




News Archive
ServerGrove Blog:
How to setup multiple PHP versions on Apache
August 23, 2011 @ 11:07:38

On the ServerGrove blog today there's a new post from Ishmael about setting up multiple versions of PHP on one Apache instance with the help of FastCGI.

There are several reasons you might need to run multiple versions of PHP on the same server. Maybe you have a PHP 5.2 application running on your server and you need to start working on another application based on a new framework like Symfony2 or Lithium? Perhaps you haver a client with a legacy site that runs PHP 5.2, or maybe you simply want to test some of the new functionality? This post is going to explain how to setup a server to run multiple versions of PHP.

Normally, Apache can only be compiled with one version of PHP, but FastCGI gets around that by letting you define it in a configuration file instead. They also include support for defining the user the process runs as (suexec) that helps to make permissions issues lesser. Included are all of the command-line calls and config settings you'll need to make to get things set up.

0 comments voice your opinion now!
multiple version tutorial apache fastcgi suexec


blog comments powered by Disqus

Similar Posts

IBM developerWorks: Squash bugs in PHP applications with Zend Debugger

NETTUTS.com: Creating a Web Poll with PHP

PHPBuilder.com: Transfer Data via Multiple Protocols with Libcurl

PHPEveryday.com: Facebook API Tutorials

PHPMaster.com: Web Routing in PHP with Aura.Router


Community Events











Don't see your event here?
Let us know!


database introduction phpunit release testing google language development community zendframework2 series interview symfony2 podcast framework conference usergroup rest functional opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework