Is the parameter -f TLS1 necessary to reproduce the problem?
Is the URL / of your webserver a php page? If yes, why is the content length of the page 0, what does the php script do? If not php, what is it? A simple redirect?
A workaround may be to add MaxRequestsPerChild 1000 (or an even lower value) to your configuration.
Is the parameter -f TLS1 necessary to reproduce the problem?
Is the URL / of your webserver a php page? If yes, why is the content length of the page 0, what does the php script do? If not php, what is it? A simple redirect?
A workaround may be to add MaxRequestsPerChild 1000 (or an even lower value) to your configuration.