nginx學習筆記
一.繫結虛擬目錄
location /help/ {
alias /usr/share/;
autoindex on; /*可以看虛擬目錄裡的內容,預設為off*/
}
二。啟動nginx方法
/usr/local/webserver/php/bin/spawn-fcgi -a 127.0.0.1 -p 10080 -C 64 -u www -f /usr/local/webserver/php/bin/php-cgi具體看自己的環境
然後執行
/usr/local/webserver/nginx/sbin/nginx -c /usr/local/webserver/nginx/conf/nginx.conf
三.安裝xcache(安裝xcache以前必須安裝phpize yum install -y php-devel就可以了)
~/src $ wget http://… (the release url)
~/src $ tar -zxf xcache-*.tar.gz
~/src $ cd xcache
~/src/xcache $ phpize
~/src/xcache $ ./configure –enable-xcache –enable-xcache-coverager
~/src/xcache $ make
~/src/xcache $ su
~/src/xcache # make install
~/src/xcache # cat xcache.ini >> /etc/php.ini
(it`s two > not one)
(now edit /etc/php.ini with your favorite editor)
~/src/xcache # $EDITOR /etc/php.ini
(make sure zend_extension=../../xcache.so is the first before any other zend_extension=***)
此處,--enable-xcache
選項包含 XCache 支援,--enable-xcache-coverager
選項包含用於測量加速器功效的附加特性。要啟用操作碼優化,新增 --enable-xcache-optimizer
。
相關文章
- Nginx 學習筆記Nginx筆記
- 【Nginx學習筆記】-初識NginxNginx筆記
- 【持續更新...】Nginx 學習筆記Nginx筆記
- Nginx 學習筆記--程式與模組Nginx筆記
- Nginx變數詳解(學習筆記十九)Nginx變數筆記
- Nginx學習筆記(反向代理&搭建叢集)Nginx筆記
- Nginx 學習筆記--程式與模組(二)Nginx筆記
- Nginx效能優化(學習筆記二十五)Nginx優化筆記
- 學習 Nginx 的一些筆記,命令配置等Nginx筆記
- Nginx虛擬主機常用配置(學習筆記四)Nginx筆記
- nginx進階-3(32-34天)學習筆記Nginx筆記
- numpy的學習筆記\pandas學習筆記筆記
- Nginx學習筆記3--(極客時間-陶輝)Nginx筆記
- 反向代理學習筆記(一) Nginx與反向代理緒論筆記Nginx
- 學習筆記筆記
- nginx筆記Nginx筆記
- 【學習筆記】數學筆記
- 《JAVA學習指南》學習筆記Java筆記
- 機器學習學習筆記機器學習筆記
- CentOS學習筆記 – 12. Nginx搭建Centos7.5遠端repoCentOS筆記Nginx
- 學習筆記-粉筆980筆記
- 學習筆記(3.29)筆記
- 學習筆記(4.1)筆記
- 學習筆記(3.25)筆記
- 學習筆記(3.26)筆記
- JavaWeb 學習筆記JavaWeb筆記
- golang 學習筆記Golang筆記
- spring學習筆記Spring筆記
- gPRC學習筆記筆記
- GDB學習筆記筆記
- 學習筆記(4.2)筆記
- 學習筆記(4.3)筆記
- 學習筆記(4.4)筆記
- Servlet學習筆記Servlet筆記
- 學習筆記(3.27)筆記
- jest 學習筆記筆記
- NodeJS學習筆記NodeJS筆記
- WebSocket 學習筆記Web筆記
- mount 學習筆記筆記