README.freebsd
资源名称:httpd.tar.gz [点击查看]
上传用户:lampled
上传日期:2007-01-07
资源大小:94k
文件大小:1k
源码类别:
Web服务器
开发平台:
Unix_Linux
- FreeBSD users:
- --------------
- If your server gets accessed very often, and sometimes you
- can't get a connection to the server even though some of
- them report that they are waiting for a connection, then
- you're probably out of listen() buffers.
- You may overcome this problem by building a new kernel, but
- first changing `SOMAXCONN' in `/usr/src/sys/sys/socket.h' to
- something like 32 instead of the default 5. This will cure
- the problem.
- New versions of FreeBSD (since 2.1.0) do not have this
- problem.
- Sven Berkvens
- sven@stack.nl