This article discusses a solution for serving Web sites using multiple builds of PHP with one instance of Apache. The solution involves running PHP using the CGI interface and not as an Apache module. Then the AddHandler and Action directives in the httpd.conf file may be configured so that any file ending with a ‘.php’ extension can be executed as a PHP script.