https://issues.apache.org/bugzilla/show_bug.cgi?id=49794
Takashi Sato <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #1 from Takashi Sato <[email protected]> --- I tried with 2.2.24 and not reproduced. My error log: [Thu Apr 04 20:24:06 2013] [error] [client ::1] client denied by server configuration: D:/soft/Apache2/htdocs/server-status I read the source code, and found following: ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "client denied by server configuration: %s%s", r->filename ? "" : "uri ", r->filename ? r->filename : r->uri); So, your logs showed r->filename /htdocs. I think this issue is not related to mod_status or mod_authz_host. How about your directory mappping configs (DocumentRoot, RewriteRule, Alias, ...) ? I set this RESOLVED WORKSFORME, but feel free to reopen if you can explain further detailes. -- 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]
