CygwinのApacheでPHPを動かした。想像した以上にCygwin楽ですね。。。 PHPにmod_phpをインストール Cygwinで cygport を有効にすれば一瞬 cygport の切り替えてインストール apt-cyg install apache2-mod_php5 apt-cyg install php-pdo apt-cyg install php-pdo_mysql apt-cyg install php-session index.phpがmod_phpで処理されるように apacheの設定を書き足します。 httpd.conf <FilesMatch \.php$> SetHandler application/x-httpd-php </FilesMatch>httpd.conf以外でも conf.d を作ったり .htaccessでもイイですね。 Apach