7. CentOS: yum install unit インストール ※その他詳細はWebで! Ubuntu: apt-get install unit Source Code: ./configure make make install 9. 設定方法 curl -X PUT -d @php_config.json --unix-socket control.unit.sock http://localhost/ { "listeners": { "*:80": { "application": "hello_php" } }, "applications": { "hello_php": { "type": "php", "processes": 10, "root": "/var/www/php/", "index": "index.php" } } } 10. 設定方法 ※その他詳

