Lighttpd 常用配置檔案說明

2021-06-22 07:21:24 字數 429 閱讀 5730

配置檔案:lighttpd.conf

server.modules = ()    # 伺服器載入的模組

server.port = 80   #注意,伺服器的埠一定要是8開頭的,這個問題被坑了很久

server.bind = 「127.0.0.1」  #伺服器繫結位址

server.username = 「username」  #web伺服器程序的執行賬號

server.groupname = 「groupname」  #使用者組名稱

server.document-root = 「/home/webroot/」  #**根目錄

server.errorlog = 「/home/webroot/log/」 #日誌路徑

server.event-handler = 「」 #事件處理機制 select、epoll、xpoll

lighttpd 配置檔案的路徑

etc lighttpd lighttpd.conf為 lighttpd 伺服器的配置檔案 根目錄 對映在機器上的物理路徑 如果 目錄中出現以下檔名,不用指定檔名便可直接訪問 index file.names index.php index.html index.htm default.htm li...

Python Logging模組 配置檔案說明

首先直接來看乙個配置檔案 loggers keys root,example handlers keys consolehandler,filehandler formatters keys formatter logger root level debug handlers filehandler...

struts配置檔案 init param說明

config web inf struts config.xml config member web inf member struts config member.xml 得 你配置的formbean在哪個目錄下呼叫,就到相應的config xml配置一次就行了。web inf struts co...