mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Further clarify the naming of the entity that originates the request by
calling that entity a useragent instead of a client. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1214003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -918,7 +918,7 @@ int ssl_hook_Access(request_rec *r)
|
||||
ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(02266)
|
||||
"Access to %s denied for %s "
|
||||
"(requirement expression not fulfilled)",
|
||||
r->filename, r->client_ip);
|
||||
r->filename, r->useragent_ip);
|
||||
|
||||
ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(02228)
|
||||
"Failed expression: %s", req->cpExpr);
|
||||
|
Reference in New Issue
Block a user