News Feed
Jobs Feed
Sections




News Archive
Christian Weiske's Blog:
Running Apache with a dozen PHP versions
March 16, 2010 @ 12:38:43

After putting together an example setup of how to run multiple PHP versions all on the same machine with as little hassle as possible, Christian Weiske is back with the second half - putting those multiple versions into Apache.

After showing you how to set up multiple PHP versions on a single machine, it's time to explain how to stuff all those compiled php-cgi executables into a single Apache web server instance.

The key lies in using the mod_fastcgi module for Apache rather than the usual mod_php one. Each PHP version gets its own CGI server and the versions are changed based on the virtual host names.

1 comment voice your opinion now!
apache multiple version fastcgi


blog comments powered by Disqus

Similar Posts

Community News: Facebook Releases Initial Version of HipHop on Github

Version Control Blog: Upgrading Drupal with Git

Community News: PayPal Launches Integration Center & Version 4 of PHP SDK

Ed Finkler's Blog: PHPSecInfo v0.2 now Available

Alexey Zakhlestin's Blog: PHP+SCGI part 2: problem with eZComponents


Community Events











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


community functional conference development code language podcast framework introduction zendframework2 unittest release phpunit tool example testing series interview opinion object

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