Re: [rt-users] RT obscuring /server-status and /server-info

2012-08-08 Thread Alberto Fuentes

On 08/08/2012 02:18 PM, Alberto Fuentes wrote:

We use the Apache provided /server-status and /server-info for
diagnostics, but our RT instance seems to be squashing them. We have rt
installed to the root path so when /server-status and /server-info are
called the mason handler tries to find them and fails.


s/mason handler/modperl/

the problem is with an rt 4 instance :)


[rt-users] RT obscuring /server-status and /server-info

2012-08-08 Thread Alberto Fuentes

We use the Apache provided /server-status and /server-info for
diagnostics, but our RT instance seems to be squashing them. We have rt
installed to the root path so when /server-status and /server-info are
called the mason handler tries to find them and fails.

I tried to switch order in what  is called without success

I tried to set server status location to /server/server-status so it
does not match / without luck either

Has anyone else come across this and resolved it?