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 %# <[EMAIL PROTECTED]>%# %# (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 [EMAIL PROTECTED]
    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
[EMAIL PROTECTED]            ^ 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"

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


We're hiring! Come hack Perl for Best Practical: 
http://bestpractical.com/about/jobs.html

Reply via email to