亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 2055 | 回復: 2
打印 上一主題 下一主題

lighttpd+freebs6.2問題 [復制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報告]
發(fā)表于 2007-07-30 10:46 |只看該作者 |倒序瀏覽
1。6.2-RELEASE,內(nèi)核文件加了一條options         ACCEPT_FILTER_HTTP,其余除把多于的驅(qū)動刪除了沒做改動。
2。/etc/sysctl.conf
    kern.maxfiles=65536
kern.ipc.somaxconn=8192
net.inet.udp.blackhole=1
net.inet.ip.forwarding=1
net.inet.tcp.msl=2000
net.inet.icmp.icmplim=50
net.inet.tcp.syncookies=1
kern.ipc.maxsockbuf=4194304
net.inet.tcp.delayed_ack=0
net.inet.tcp.blackhole=2
net.inet.tcp.sendspace=65536
kern.ipc.shmall=32768
kern.maxvnodes=150000
3。/boot/loader.conf
   kern.maxusers=512
kern.ipc.nmbclusters="0"
#kern.ipc.nsfbufs=65536
kern.ipc.shm_use_phys=1
net.inet.tcp.tcbhashsize=16384
kern.ipc.maxpipekva=33554432
4。lighttpd.error.log內(nèi)容
2007-07-30 10:17:57: (network_freebsd_sendfile.c.153) file was shrinked: /home/web/1.htm
2007-07-30 10:17:57: (connections.c.573) connection closed: write failed on fd 19
2007-07-30 10:18:16: (network_freebsd_sendfile.c.175) sendfile:  Connection reset by peer 54
2007-07-30 10:18:16: (connections.c.573) connection closed: write failed on fd 7
2007-07-30 10:18:37: (network_freebsd_sendfile.c.175) sendfile:  Connection reset by peer 54
2007-07-30 10:18:37: (connections.c.573) connection closed: write failed on fd 7
2007-07-30 10:18:48: (connections.c.132) (warning) close: 7 Invalid argument
2007-07-30 10:19:04: (network_freebsd_sendfile.c.175) sendfile:  Connection reset by peer 54
2007-07-30 10:19:04: (connections.c.573) connection closed: write failed on fd 7

2007-07-30 10:19:15: (connections.c.132) (warning) close: 7 Invalid argument
5。lihttpd.conf
server.modules   = ( "mod_access",
                     "mod_compress",
                     "mod_accesslog" )

server.document-root = "/home/web/"

server.errorlog = "/usr/local/lighttpd/log/lighttpd.error.log"

index-file.names            = ( "index.html" )

server.event-handler = "freebsd-kqueue"
#server.event-handler = "poll"

#server.max-connections = 8192
server.max-fds = 16384

server.max-keep-alive-requests = 0
#server.max-keep-alive-idle = 30
server.max-keep-alive-idle = 0
server.max-read-idle = 120
server.max-write-idle = 1440


mimetype.assign   = ( ".png"  => "image/png",
                ".jpg"  => "image/jpeg",
                ".jpeg" => "image/jpeg",
                ".gif" => "image/gif",
                ".js" => "text/javascript",
               ".htm" => "text/htm",
                ".html" => "text/html")

accesslog.format = "%h %l %u %t \"%r\" %b %>s \"%{User-Agent}i\" \"%{Referer}i\""
accesslog.filename = "/usr/local/lighttpd/log/lighttpd.log"

server.port = 80

server.pid-file            = "/usr/local/lighttpd/log/lighttpd.pid"

#server.username = "lighttpd"
#server.groupname = "lighttpd"
server.max-worker = 4

compress.filetype  = ("text/plain", "text/html")



把能調(diào)的Lighttp參數(shù)都調(diào)了一遍,沒有任何效果,netstat an|grep EST|wc -l到3300左右就很不穩(wěn)定了,經(jīng)常拒絕連接。搞得我頭都大了,各位高手幫忙分析下吧

論壇徽章:
0
2 [報告]
發(fā)表于 2007-07-30 10:59 |只看該作者
開始用的源碼安裝的lighttpd4.15,后來用ports裝4.12都不行。在我的印象中freebsd4.11都沒問題的。眼下主流服務(wù)器4.11又驅(qū)動不了,真的很頭疼啊。

論壇徽章:
0
3 [報告]
發(fā)表于 2007-07-30 11:49 |只看該作者
在線等啊,兄弟們
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP