Articles tagged php:

A MySQL Abstraction Class For PHP

Tags: , , ,
Posted 496 days ago.

Over the time I have been working with PHP, I built a library of useful classes for my projects. I have always wanted to publish this library freely. It will take some time to clean up the code base and comments, but if someone has use for it, then I will be glad to do it.

Read more ... (292 words)

Apache 2.2 With Load Balancing For Mongrel + Ruby on Rails

Tags: , , , , ,
Posted 533 days ago.

You would like to set up a Mongrel cluster for your Rails application, running on top of Apache 2.2 with fancy load balancing enabled, but your Linux distro features only an older version of Apache?

This article will take you through compiling the software for yourself. Just make sure you have all the tools installed, such as a C-Compiler and GNU make. If you are unsure what to install, look for a meta-package called "Devel" or "Development", that will install all the necessary packages for you.

Read more ... (897 words) 4 Comments.