https://bz.apache.org/bugzilla/show_bug.cgi?id=64709
--- Comment #2 from [email protected] --- Thanks for the quick response, Joe! I had never built Apache httpd from source before, so I took the Dockerfile from the official Docker image (https://github.com/docker-library/httpd/blob/5bc2d71c4c1949d98a2e8671eadc5043b6c0b7f4/2.4/Dockerfile) and modified it to include your patch. I've tested my modified image against the official image using a simple Perl CGI script, and I can confirm that your patch works. With your patch, I get the 504 in my browser at TimeOut time and the CGI script stops executing. Without your patch, I see the timeout in the logs, but the CGI script keeps running. I don't get the 504 and the CGI script doesn't terminate until a 2nd timeout occurs. So that's perfect. Thanks for that fix. Please let me know if there is anything else you need from me. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
