Bug 58317

Summary: Error message AH01630 is missing file name on deny
Product: Apache httpd-2 Reporter: Viktor Szépe <viktor>
Component: mod_authn_coreAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: minor    
Priority: P2    
Version: 2.4.10   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Viktor Szépe 2015-09-02 14:51:52 UTC
There is a rule in vhost config:

<LocationMatch "^.*(?i)readme\.txt$">
    Require all denied
</LocationMatch>

access.log line:

37.187.129.166 - - [01/Sep/2015:05:11:01 +0200] "GET /wp-content/plugins/wp-symposium/readme.txt HTTP/1.1" 403 513 "http://tamasidr.hu/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36"

Corresponding error.log line:

[Tue Sep 01 05:11:01.529977 2015] [authz_core:error] [pid 7233] [client 37.187.129.166:43605] AH01630: client denied by server configuration: /home/*/website/html/wp-content/plugins/wp-symposium, referer: http://*.hu/

"/readme.txt" is missing from the error log.

Apache/2.4.10 (Debian)
Comment 1 Viktor Szépe 2015-09-02 14:53:23 UTC
The given directory does NOT exist:

/home/*/website/html/wp-content/plugins/wp-symposium