請教各位先進
我的系統Centos 6.4
在安裝Lighttpd後出現了一些問題
在restart ligttpd 時,出現了下面的錯誤訊息
(server.c.915) can't have more connections than fds/2: 1024 1024
google搜尋了一下解決方式
編輯/etc/lighttpd/lighttpd.conf
已經把 IPV6 disable
也有 #server.max-fds = 2048
但是restart還是出現這個錯誤訊息
另一個方式
setsebool -P httpd_setrlimit 1
結果還是一樣
請問我少錯了什麼?
感謝指導!!
--
我的系統Centos 6.4
在安裝Lighttpd後出現了一些問題
在restart ligttpd 時,出現了下面的錯誤訊息
(server.c.915) can't have more connections than fds/2: 1024 1024
google搜尋了一下解決方式
編輯/etc/lighttpd/lighttpd.conf
已經把 IPV6 disable
也有 #server.max-fds = 2048
但是restart還是出現這個錯誤訊息
另一個方式
setsebool -P httpd_setrlimit 1
結果還是一樣
請問我少錯了什麼?
感謝指導!!
--
All Comments