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

Jesse Vincent jesse at bestpractical.com
Wed Oct 12 15:16:49 EDT 2005




On Wed, Oct 12, 2005 at 12:14:22PM -0700, Joby Walker 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.
> 
> Has anyone else come across this and resolved it?

IIRC apache is order sensitive. You may need to do the apache config for
those _after_ the config for RT. Or was it vice-versa. I can never
remember.


> We're using the latest Apache 1.3 + fastcgi
> 
> Our RT virtual host config:
> 
> DocumentRoot /data/rt/share/html
> AddDefaultCharset UTF-8
> Alias /NoAuth/images/css/ /data/rt/local/html/NoAuth/images/css/
> Alias /NoAuth/images/ /data/rt/share/html/NoAuth/images/
> AddHandler fastcgi-script fcgi
> ScriptAlias / /data/rt/bin/mason_handler.fcgi/
> <Directory /data/rt/bin>
>     AllowOverride all
>     order deny,allow
>     allow from all
>     Options +ExecCGI +FollowSymLinks
> </Directory>
> <Directory /data/rt/share/html>
>     AllowOverride all
>     order deny,allow
>     allow from all
>     Options +ExecCGI +FollowSymLinks
> </Directory>
> <Directory /data/rt/local/html/NoAuth/images/css>
>     AllowOverride None
>     order deny,allow
>     allow from all
> </Directory>
> -- 
> 
> Joby Walker
> ITI SSG, University of Washington
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> 
> Be sure to check out the RT Wiki at http://wiki.bestpractical.com
> 
> Buy your copy of our new book, RT Essentials, today! 
> 
> Download a free sample chapter from http://rtbook.bestpractical.com
> 

-- 



More information about the rt-users mailing list