CentOS 5.5ã« nginx-0.8.52ãã¤ã³ã¹ãã¼ã«
ãphpã®fpmãã¤ã³ã¹ãã¼ã«ããããã«ã¯ãéåæIOã使ã£ãé«éWEBãµã¼ãã¼nginxãã¤ã³ã¹ãã¼ã«ãã¦ã¿ã¾ããããURLã®rewriteã«正規表現ライブラリPCREãå¿ è¦ãªã®ã§äºãå ¥ãã¦ããã¾ãã
cd /usr/local/src wget http://nginx.org/download/nginx-0.8.52.tar.gz tar xvzf nginx-0.8.52.tar.gz cd nginx-0.8.52 ./configure \ --with-http_ssl_module \ --without-mail_pop3_module \ --without-mail_imap_module \ --without-mail_smtp_module \ --with-http_stub_status_module make make install