News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney's Blog:
Running mod_php and FastCGI side-by-side
August 10, 2010 @ 14:06:44

On his blog today Matthew Weier O'Phinney talks about how to run mod_php and FastCGI side-by-side on a Zend Server instance.

I installed Zend Server some time ago, so I'm still on a PHP 5.2 mod_php binary. I have several PHP 5.3 binaries compiled and installed locally for running unit tests and sample scripts already -- so the question was how to keep my 5.2 mod_php running while simultaneously allowing the ability to run selected vhosts in 5.3? The answer can be summed up in one acronym: FastCGI.

He shows how to enable FastCGI in Apache (on Ubuntu), make a virtual host for your site and create a "cgi-bin" directory to contain the script(s) for your PHP versions as CGIs.

0 comments voice your opinion now!
modphp fastcgi parallel version


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Zend Weekly Summaries Issue #322

Professional PHP Blog: A Glimpse into the Future - PHP 6

Community News: PHP 5.1.3 Released

Sun Developer Network: Using PHP on Sun Java System Web Server 7.0

Greg Beaver's Blog: Be careful of PEAR 1.4.4 and older installs when uninstalling a package


Community Events











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


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

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