CentOS 6.4上面的 Nginx + php-fpm + SSL + VirtualHost 設定
最新版本在: http://jangmt.com/wiki/index.php/Nginx 簡介 Nginx是一款效能設計導向的HTTP伺服器 ref: https://zh.wikipedia.org/wiki/Nginx 說明 環境 centos 6.4 epel 套件庫 http://fedoraproject.org/wiki/EPEL SELINUX 預設啟動 enforcing 安裝 nignx 及移除 apache 可以移除原有的 httpd 及 php yum remove httpd php 安裝 nginx + php-fpm 程式 [root@c6 html]# yum install nginx php-fpm ... 略 ... ================================================================================== Package Arch Version Repository Size ================================================================================== Installing: nginx x86_64 1.0.15-4.el6 epel 379 k php-fpm x86_64 5.3.3-22.el6 base 1.1 M Installing for dependencies: GeoIP x86_64 1.4.8-1.el6 epel 620 k Transaction Summary =============================================================================...