forked from pool/apache2
279c99ca6be77f21c295879d313f505d926b163c62e139d2e78cf48b3f846806
- define DEFAULT_LISTENBACKLOG=APR_INT32_MAX. We want apache to honour net.core.somaxconn sysctl as the mandatory limit. the old value of 511 was never used as until v5.4-rc6 it was clamped to 128, in current kernels the default limit is 4096. Cannot use the apr_socket_listen(.., -1) idiom because the function expects a positive integer argument. (forwarded request 769110 from elvigia) OBS-URL: https://build.opensuse.org/request/show/769465 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=165
Description
No description provided
Languages
Shell
92.9%
C
7.1%