Php
需要幫助啟動 lighttpd
今天我在我的 CentOS 5.6 機器上安裝了 lighttpd,試圖替換 httpd。
我做的事情:
yum install lighttpd
nano /etc/lighttpd/lighttpd.conf
我將文件根目錄設置為我的文件
service lighttpd start
–$$ root@forums ~ $$# 開始 lighttpd: 2011-05-20 18:52:34: (network.c.203) socket failed: Address family not supported by protocol開始 lighttpd:2011-05-20 18:52:34:(network.c.203)套接字失敗:協議不支持地址系列
我怎樣才能解決這個問題?我真的很想為我的論壇試用 lighttpd,但我就是無法啟動它。有人能幫助我嗎?
嘗試將“server.use-ipv6”設置為禁用並啟動 lighttpd。
它可能正在嘗試載入 ipv6 設置並且伺服器已禁用 ipv6。