[rt-users] RE: Logout Issues
Niels Huylebroeck
niels at bubbles-it.be
Wed Jun 21 10:15:29 EDT 2006
Kemp, Darren wrote:
> Mor information:
>
> The issue here is Apache is NOT parsing code in the NoAuth directory,
> code in all other directories is fine, if I click the Logout button I get:
>
>
> %# BEGIN BPS TAGGED BLOCK {{{ %# %# COPYRIGHT: %# %# This software is
> Copyright (c) 1996-2005 Best Practical Solutions, LLC %# %# %# (Except
> where explicitly superseded by other copyright notices) %# %# %#
> LICENSE: %# %#
>
> Etc, it is reading the file as text.
>
> My apache config is as follows (with proprietary info removed):
>
> <VirtualHost x.x.x.x:80>
> ServerAdmin x at x <mailto:x at x>
> ServerName rt.foo.com
> DocumentRoot /usr/local/rt/share/html
> AddDefaultCharset UTF-8
> ### # Adding the following for RT (the ticket tracker)
> AddHandler fastcgi-script fcgi
> <Directory "/usr/local/rt/share/html">
> Options FollowSymLinks ExecCGI
> AllowOverride None
> </Directory>
> # Pass through requests to for noauth
> Alias /NoAuth /usr/local/rt/share/html/NoAuth/
> ScriptAlias / /usr/local/rt/bin/mason_handler.fcgi/
> </VirtualHost>
> FastCgiIpcDir /tmp
> FastCgiServer /usr/local/rt/bin/mason_handler.fcgi -idle-timeout 120
> -processes 2
I suggest you try fixing your Alias definition.
as shown in httpd.conf :
#
# Aliases: Add here as many aliases as you need (with no limit). The
format is
# Alias fakename realname
#
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL. So "/icons" isn't aliased in this
# example, only "/icons/". If the fakename is slash-terminated, then the
# realname must also be slash terminated, and if the fakename omits the
# trailing slash, the realname must also omit it.
#
--
Vriendelijke groeten, ^ Bubbles IT
^ Oude Heerweg 175
Niels Huylebroeck ^ 9160 Lokeren, Belgie
Systeembeheerder, Programmeur ^ Tel: +32(0)9/355 13 31
niels at bubbles-it.be ^ Fax: +32(0)9/355 13 41
.. Key : http://www.bubbles-it.be/pgp/niels.asc ..
.. Fingerprint : 3885 CC0B C7A4 78CC 47DE 47AF 896A 6C40 80FA AF0F ..
.. Keyserver : http://pgp.mit.edu Key-ID : 0x80FAAF0F ..
A diplomat is a person who can tell you to go to hell in such a way
that you actually look forward to the trip.
- Caskie Stinnett, "Out of the Red"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20060621/47d3f749/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20060621/47d3f749/attachment.sig>
More information about the rt-users
mailing list