# AcceptFilter: On Windows, none uses accept() rather than AcceptEx() and # will not recycle sockets between connections. This is useful for network # adapters with broken driver support, as well as some virtual network # providers such as vpn drivers, or spam, virus or spyware filters. AcceptFilter http none AcceptFilter https noneAjoutez :
# ThreadStackSize: sets the size of the stack (for autodata) # of threads which handle client connections and call modules to help process # those connections. In most cases the operating system default for stack size # is reasonable, but there are some conditions where it may need to be adjusted. # Apache httpd may crash when using some third-party modules which use a # relatively large amount of autodata storage or automatically restart with # message like: child process 12345 exited with status 3221225725 -- Restarting. # This type of crash is resolved by setting ThreadStackSize to a value higher # than the operating system default. ThreadStackSize 8388608