In httpd.conf I have enabled mod_status thusly... <Location /server-status> SetHandler server-status </Location> A request for http://mymachine/server-status will result in two stats: stat 1 - %DocumentRoot%/server-status stat 2 - %DocumentRoot% Both are in get_path_info() as part of directory_walk(). What is the preferred way to configure Apache to avoid these two stats? Bill
- Re: Requests to server-status result in two calls to ... Bill Stoddard
- Re: Requests to server-status result in two call... William A. Rowe, Jr.
