Rails user? Dotdeb now supports Passenger

Saturday, May 7th, 2011

Let me introduce Passenger : Phusion Passenger™ — a.k.a. mod_rails or mod_rack — makes deployment of Ruby web applications, such as those built on the revolutionary Ruby on Rails web framework, a breeze. It follows the usual Ruby on Rails conventions, such as “Don’t-Repeat-Yourself”. Deployment is only a matter of uploading application ...

How to use PHP5 and PHP4 on the same Apache2 server

Sunday, August 24th, 2008

Since PHP4 is officially dead, it is now urgent to migrate your applications to PHP5, but it's not that easy and you'll have to test them before replacing PHP4 by PHP5 on your server. This article will help you to install both PHP4 and PHP5 on your box and swicth ...