https://bz.apache.org/bugzilla/show_bug.cgi?id=63176
--- Comment #1 from Lubos Uhliarik <[email protected]> --- OK, this bug is even present in 2.4.34, but it occurs less often: # curl -v http://localhost/test/test-miss.html; curl -v http://localhost/test/test-hit.html * Trying ::1... * TCP_NODELAY set * Connected to localhost (::1) port 80 (#0) > GET /test/test-miss.html HTTP/1.1 > Host: localhost > User-Agent: curl/7.61.1 > Accept: */* > < HTTP/1.1 200 OK < Date: Mon, 18 Feb 2019 16:23:45 GMT < Server: Apache/2.4.34 (Fedora) < Last-Modified: Mon, 18 Feb 2019 12:14:31 GMT < ETag: "5-5822a1126202f" < Accept-Ranges: bytes < Content-Length: 5 < Content-Type: text/html; charset=UTF-8 < MISS * Connection #0 to host localhost left intact * Trying ::1... * TCP_NODELAY set * Connected to localhost (::1) port 80 (#0) > GET /test/test-hit.html HTTP/1.1 > Host: localhost > User-Agent: curl/7.61.1 > Accept: */* > < HTTP/1.1 403 Forbidden < Date: Mon, 18 Feb 2019 16:23:45 GMT < Server: Apache/2.4.34 (Fedora) < Content-Length: 238 < Content-Type: text/html; charset=iso-8859-1 < <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access http://localhost/test-hit.html on this server.<br /> </p> </body></html> * Connection #0 to host localhost left intact [root@host-8-248-205 ~]# curl -v http://localhost/test/test-miss.html; curl -v http://localhost/test/test-hit.html * Trying ::1... * TCP_NODELAY set * Connected to localhost (::1) port 80 (#0) > GET /test/test-miss.html HTTP/1.1 > Host: localhost > User-Agent: curl/7.61.1 > Accept: */* > < HTTP/1.1 200 OK < Date: Mon, 18 Feb 2019 16:23:46 GMT < Server: Apache/2.4.34 (Fedora) < Last-Modified: Mon, 18 Feb 2019 12:14:31 GMT < ETag: "5-5822a1126202f" < Accept-Ranges: bytes < Content-Length: 5 < Content-Type: text/html; charset=UTF-8 < MISS * Connection #0 to host localhost left intact * Trying ::1... * TCP_NODELAY set * Connected to localhost (::1) port 80 (#0) > GET /test/test-hit.html HTTP/1.1 > Host: localhost > User-Agent: curl/7.61.1 > Accept: */* > < HTTP/1.1 403 Forbidden < Date: Mon, 18 Feb 2019 16:23:47 GMT < Server: Apache/2.4.34 (Fedora) < Content-Length: 238 < Content-Type: text/html; charset=iso-8859-1 < <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access http://localhost/test-hit.html on this server.<br /> </p> </body></html> * Connection #0 to host localhost left intact [root@host-8-248-205 ~]# curl -v http://localhost/test/test-miss.html; curl -v http://localhost/test/test-hit.html * Trying ::1... * TCP_NODELAY set * Connected to localhost (::1) port 80 (#0) > GET /test/test-miss.html HTTP/1.1 > Host: localhost > User-Agent: curl/7.61.1 > Accept: */* > < HTTP/1.1 200 OK < Date: Mon, 18 Feb 2019 16:23:48 GMT < Server: Apache/2.4.34 (Fedora) < Last-Modified: Mon, 18 Feb 2019 12:14:31 GMT < ETag: "5-5822a1126202f" < Accept-Ranges: bytes < Content-Length: 5 < Content-Type: text/html; charset=UTF-8 < MISS * Connection #0 to host localhost left intact * Trying ::1... * TCP_NODELAY set * Connected to localhost (::1) port 80 (#0) > GET /test/test-hit.html HTTP/1.1 > Host: localhost > User-Agent: curl/7.61.1 > Accept: */* > < HTTP/1.1 403 Forbidden < Date: Mon, 18 Feb 2019 16:23:48 GMT < Server: Apache/2.4.34 (Fedora) < Content-Length: 238 < Content-Type: text/html; charset=iso-8859-1 < <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access http://localhost/test-hit.html on this server.<br /> </p> </body></html> * Connection #0 to host localhost left intact [root@host-8-248-205 ~]# curl -v http://localhost/test/test-miss.html; curl -v http://localhost/test/test-hit.html * Trying ::1... * TCP_NODELAY set * Connected to localhost (::1) port 80 (#0) > GET /test/test-miss.html HTTP/1.1 > Host: localhost > User-Agent: curl/7.61.1 > Accept: */* > < HTTP/1.1 200 OK < Date: Mon, 18 Feb 2019 16:23:49 GMT < Server: Apache/2.4.34 (Fedora) < Last-Modified: Mon, 18 Feb 2019 12:14:31 GMT < ETag: "5-5822a1126202f" < Accept-Ranges: bytes < Content-Length: 5 < Content-Type: text/html; charset=UTF-8 < MISS * Connection #0 to host localhost left intact * Trying ::1... * TCP_NODELAY set * Connected to localhost (::1) port 80 (#0) > GET /test/test-hit.html HTTP/1.1 > Host: localhost > User-Agent: curl/7.61.1 > Accept: */* > < HTTP/1.1 200 OK < Date: Mon, 18 Feb 2019 16:23:49 GMT < Server: Apache/2.4.34 (Fedora) < Last-Modified: Mon, 18 Feb 2019 12:14:26 GMT < ETag: "4-5822a10df9597" < Accept-Ranges: bytes < Content-Length: 4 < Content-Type: text/html; charset=UTF-8 < HIT * Connection #0 to host localhost left intact -- 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]
