Problem after recompiling apache

Brandon Peskin freebsd at peskin.org
Mon Mar 29 15:03:35 PST 2004


On Mar 27, 2004, at 3:36 AM, Odhiambo Washington wrote:
>
> I get the following error in httpd-error.log:
>
> [Sat Mar 27 10:58:52 2004] [notice] caught SIGTERM, shutting down
> [Sat Mar 27 10:59:01 2004] [warn] make_sock: problem listening on port 
> 80, \
> filedescriptor (1074) larger than FD_SETSIZE (1024) found, you 
> probably need \
> to rebuild Apache with a larger FD_SETSIZE
>
>

Try setting your CFLAGS variable to something like:

CFLAGS='-O3 -mpentium -g -Wall -DFD_SETSIZE=4096'



More information about the freebsd-isp mailing list