https://bz.apache.org/bugzilla/show_bug.cgi?id=60638
Bug ID: 60638
Summary: Autoindex with HTTP/2 in root directory is broken
Product: Apache httpd-2
Version: 2.4.25
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_autoindex
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Autoindex has a problem with HTTP/2 enabled HTTPS server's root directory
index.
The request is terminated and no headers are returned.
The log says "GET / HTTP/2.0" 200 3346 "-" as in 3346 bytes should be returned.
Example is here: https://files.ashus.net/ .
To be more specific, if any of these conditions are met, the page works:
- disabling HTTP/2 (commenting out "Protocols h2 http/1.1")
- creating an index page in root (autoindex is not used)
- opening an autoindex page of a subfolder https://files.ashus.net/mp3/
- using HTTP/1.x unencrypted - http://files.ashus.net/
I'm using Debian with kernel 4.8.0-2-686-pae,
I already tried disabling custom autoindex configuration, it has no effect. I
disabled HSTS headers for testing purposes.
--
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]