顯示具有 lighttpd 標籤的文章。 顯示所有文章
顯示具有 lighttpd 標籤的文章。 顯示所有文章

2013-04-14

LINUX - lighttpd 停機設定

在 /home/lighttpd/etc/lighttpd.conf 增加
include "url.rewrite-once.conf"

vi /home/lighttpd/etc/url.rewrite-once.conf
url.rewrite-once = (
    ".*" => "/_manager/maintain.php",
)