設定了 lighttpd.conf 裡的 server.tag 資訊後,
就可以很容易的透過 Response Header 中的 Server 資訊,
看到目前是從你眾多的 Server 中的那一台吐出來的網頁。
設定方試就是
vi lighttpd.conf
設定
## send a different Server: header
## be nice and keep it at lighttpd
server.tag = "web-1 - Apache/2.2.13 (Unix)"
其實裡面的資訊要塞啥就塞啥。
像我就可以塞 Apache/2.2.13 哈~~
PS.
你也可以將 server.tag 或是 server.bind 這類會變動的資訊利用 include 的方式來動態載入。
EX: include "extra.conf"
這樣子 lighttpd.conf 的檔案就可以一次性的 sync 到全部的 server 上。
以上都是學自於 Garlic ,再教我多一些吧~~哈~!!
END~~
0 comments:
張貼留言