====== 參考 ====== - [[http://www.lighttpd.net/|LightTPD]] - [[http://www.macsat.com/macsat/content/view/19/30/|lighttpd with PHP5 Tutorial ]] - [[http://digiland.tw/viewtopic.php?id=406|PHP OK!------ lighttpd + FastCGI 安裝教學]] ====== LightTPD ====== lighttpd - 1.4.28-1 - A fast webserver with minimal memory footprint ===== 安裝 ===== $ ipkg-opt info lighttpd $ ipkg-opt install lighttpd $ ipkg-opt files lighttpd ===== 測試 ===== $ /opt/etc/init.d/S80lighttpd restart $ netstat -lnt ''http://192.168.1.1:8081/'' ===== 設定檔 ===== /opt/etc/lighttpd/lighttpd.conf server.event-handler = "poll" ===== 啟動檔 ===== /opt/etc/init.d/S80lighttpd ===== 紀錄檔 ===== - /opt/var/log/lighttpd/error.log - /opt/var/log/lighttpd/access.log ====== PHP ====== [[server:web:script:php|PHP]]