Re: Problem after recompiling apache
From: Brandon Peskin (freebsd_at_peskin.org)
Date: 03/30/04
- Previous message: Sean Ellis: "Re: tape backup from remote"
- In reply to: Odhiambo Washington: "Problem after recompiling apache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Mar 2004 15:03:35 -0800 To: Odhiambo Washington <wash@wananchi.com>
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'
_______________________________________________
freebsd-isp@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
- Previous message: Sean Ellis: "Re: tape backup from remote"
- In reply to: Odhiambo Washington: "Problem after recompiling apache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]