CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2016/10/12 04:57:30
Modified files: usr.sbin/httpd : config.c httpd.h proc.c Log message: Prevent fd exhaustion in the parent when loading the listening server sockets by sending the fd one-by-one. This allows to start httpd with max 32 server instances and many server sockets without changing the default rlimits in any way. OK rzalamena@