On Thu, Jul 23, 2015 at 9:45 AM, Andreas Ley <[email protected]> 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
[email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to