PPC Mac では PHP のバージョンごとにポートを変えて複数起動した Lighttpd をバックエンドにし、Apache2 の mod_rewrite で切り替えていたのですが、Intel Mac では Lighttpd の調子が悪いので Apache2 だけでやることにしました。 httpd.conf より一部抜粋 (VirtualHost 等の設定は割愛) : <Directory "/opt/local/apache2/cgi-bin"> Options FollowSymLinks </Directory> ScriptAlias /cgi-bin/ "/opt/local/apache2/cgi-bin/" Action php-script-4.4 /cgi-bin/php-4.4 Action php-script-5.1 /cgi-bin/php-5.1 Action