nginx最新書籤
lighttpd proxy.server 
lighttpd proxy.server 
shami 收藏於 2008/12/29
之前的伺服器架構是由 nginx 單獨運作,最近加了 lighttpd 詳情請看 關於 參考文章請看 [lighttpd] proxy.server and url.rewrite-once 打開相關模組的支援 mod_proxy mod_rewrite 我的設定,僅供參考 $HTTP["url"] =~ "^/blog" { url.rewrite-once = ( "" => "" ) proxy.server = ( "" => ( ( "host" => "127.0.0.1", "port"...
分類:部落格
利用 wondershaper 限制 ubuntu 連線速度 
利用 wondershaper 限制 ubuntu 連線速度 
shami 收藏於 2008/10/16
ubuntu 環境下此指令安裝 apt-get install wondershaper 接著需要修改一下wondershaper才能正常運作 vim /usr/sbin/wondershaper 拉到最下面找到類似以下內容 0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop flowid :1
分類:其他
Xcache ZendOptimizer 並存使用 
Xcache ZendOptimizer 並存使用 
shami 收藏於 2008/10/15
一開始架站就已經打定主意要使用 Nginx 來當主伺服器所以當時就選擇 Xcache 來當 php 的加速器不過在安裝完 ZendOptimizer 後卻發現不能和 Xcache 並存,似乎會衝突到嘗試了幾次依然不行,索性就
分類:其他
ubuntu8.04下 安裝 nginx + php5 + mysql5 + xcache 
ubuntu8.04下 安裝 nginx + php5 + mysql5 + xcache 
shami 收藏於 2008/10/06
1.先更新一下來源
apt-get update
2.安裝 nginx
apt-get install nginx
安裝完,啟動 nginx 測試一下
/etc/init.d/nginx start
請先看一下能不能瀏覽
http://主機ip
正常應該要看到以下字樣
Welcome to nginx!
分類:軟體
Nginx 下使用 rewrite 實現 WordPress 固定網址 
Nginx 下使用 rewrite 實現 WordPress 固定網址 
shami 收藏於 2008/10/06
作法其實很簡單,不過參考網路上很多資料
測試結果..無法達成 WordPress 固定網址
只好自己參考資料修改
以下僅供參考,目前正常運作中
將以下內容加到 nginx.conf
分類:部落格
Memcached 搭配 Batcache 使 WordPress 更上一層樓 
Memcached 搭配 Batcache 使 WordPress 更上一層樓 
shami 收藏於 2008/10/06
在這篇文章有介紹如何讓 WordPress 使用 Memcached 緩存快取
Ubuntu下 讓 WordPress 使用 Memcached 緩存快取加速
這邊來介紹一下 WordPress 的外掛 Batcache
Batcache 這個外掛必須要有 Memcached 支援才能使用
先到以下網址下載這個外掛 Batcache
http://wordpress.org/extend/plugins/batcache/
接著把 advanced-cache.php 上傳到 wp-content
接著打開 wp-config.php 增加以下內容
define(’WP_CACHE’, true);
分類:部落格
nginx 
nginx 
allenown 收藏於 2008/09/14
nginx [engine x] is a HTTP server and mail proxy server written by me (Igor Sysoev).
from http://nginx.net/
分類:網路
Reduce Apache's Load With Nginx On RHEL 5.2 
Reduce Apache's Load With Nginx On RHEL 5.2 
coolhd 收藏於 2008/07/22
This how-to describes how to install and configure Nginx to accelerate an Apache server based on RHEL 5.2.
分類:網站設計
Nginx HTTP Server + PHP5 (With fast-cgi And xcache) On Ubuntu Feisty Fawn 
Nginx HTTP Server + PHP5 (With fast-cgi And xcache) On Ubuntu Feisty Fawn 
coolhd 收藏於 2008/07/22
This HowTo describes the implementation of Nginx with php5 support (through FastCGI). The fast-cgi process will be initiated via spawn-fcgi.
What for? Nginx is a great replacement of Apache with very low memory footprint and contrary to Lighttpd, doesn't suffer from memory leak over time. You can then use all the memory left to unleash the power of mysql for instance by increasing the default query cache.
分類:軟體
Nginx vs. Lighttpd for a small VPS | HostingFu 
Nginx vs. Lighttpd for a small VPS | HostingFu 
笨蛋小傑西 收藏於 2007/12/12
I will be writing more about Lighttpd and Nginx later during the year, but will try to use this post to draw some comparison between Nginx, the new darling of these light-weight web servers, and Lighttpd, many Web 2.0 developers’ all time favourite.
分類:軟體
How To Install A Complete LEMP (Linux - EngineX (Nginx HTTP SERVER) - Mysql - PHP) Server (Not LAMP. 
How To Install A Complete LEMP (Linux - EngineX (Nginx HTTP SERVER) - Mysql - PHP) Server (Not LAMP. 
coolhd 收藏於 2007/10/18
Why LEMP instead of LAMP? NGINX is a great replacement for Apache with very low memory footprint and great stability.
分類:網站




標籤:





標籤:






訂閱