On Thu, Jul 23, 2015 at 9:45 AM, Andreas Ley <andreas....@kit.edu> wrote:
> However, also requests for /server-status get redirected :( Documentation
> says "Enclose a group of directives that apply only to the named file-system
> directory, sub-directories, and their contents." Cleary /server-status is
> not within /var/www ...


Your issue is partially due to how mod_status is configured only via
SetHandler. Nothing actually stops other phases of Apache processing
from mapping /server-status to $docroot/server-status, it's just that
the module that serves static files [separate from how URLs are mapped
to the filesystem) is pre-empted by mod_status.

Something like mod_proxy OTOH, would have short-circuited that URL to
filesystem mapping.

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to