<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Kemp, Darren wrote:
<blockquote
cite="mid6C353FB57990C640BE1C098BF284AC1B74861B@usa0300ms04.na.xerox.net"
type="cite">
<meta http-equiv="Content-Type" content="text/html; ">
<meta content="MSHTML 6.00.2900.2873" name="GENERATOR">
<div dir="ltr" align="left"><span class="911164213-21062006"><font
color="#0000ff" face="Arial" size="2">Mor information:</font></span></div>
<div dir="ltr" align="left"><span class="911164213-21062006"></span> </div>
<div dir="ltr" align="left"><span class="911164213-21062006"><font
color="#0000ff" face="Arial" size="2">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:</font></span></div>
<div dir="ltr" align="left"><span class="911164213-21062006"></span> </div>
<div dir="ltr" align="left"><span class="911164213-21062006"></span> </div>
<div dir="ltr" align="left"><span class="911164213-21062006">%# BEGIN
BPS TAGGED BLOCK {{{ %# %# COPYRIGHT: %# %# This software is Copyright
(c) 1996-2005 Best Practical Solutions, LLC %# <JESSE@BESTPRACTICAL.COM>%#
%# (Except where explicitly superseded by other copyright notices) %#
%# %# LICENSE: %# %#</JESSE@BESTPRACTICAL.COM></span></div>
<div dir="ltr" align="left"><span class="911164213-21062006"></span> </div>
<div dir="ltr" align="left"><span class="911164213-21062006"><font
color="#0000ff" face="Arial" size="2">Etc, it is reading the file as
text.</font></span></div>
<div dir="ltr" align="left"><span class="911164213-21062006"></span> </div>
<div dir="ltr" align="left"><span class="911164213-21062006"><font
color="#0000ff" face="Arial" size="2">My apache config is as follows
(with proprietary info removed):</font></span></div>
<div dir="ltr" align="left"><span class="911164213-21062006"></span> </div>
<div dir="ltr" align="left"><span class="911164213-21062006"><font
color="#0000ff" face="Arial" size="2"><VirtualHost x.x.x.x:80><br>
ServerAdmin <a href="mailto:x@x">x@x</a><br>
ServerName rt.foo.com<br>
DocumentRoot /usr/local/rt/share/html<br>
AddDefaultCharset UTF-8<br>
### # Adding the following for RT (the ticket tracker)<br>
AddHandler fastcgi-script fcgi<br>
<Directory "/usr/local/rt/share/html"><br>
Options FollowSymLinks ExecCGI<br>
AllowOverride None<br>
</Directory><br>
# Pass through requests to for noauth<br>
Alias /NoAuth /usr/local/rt/share/html/NoAuth/<br>
ScriptAlias / /usr/local/rt/bin/mason_handler.fcgi/<br>
</VirtualHost><br>
FastCgiIpcDir /tmp<br>
FastCgiServer /usr/local/rt/bin/mason_handler.fcgi -idle-timeout 120
-processes 2<br>
</font></span></div>
<div dir="ltr" align="left"><span class="911164213-21062006"></span></div>
</blockquote>
I suggest you try fixing your Alias definition.<br>
<br>
as shown in httpd.conf :<br>
<br>
#<br>
# Aliases: Add here as many aliases as you need (with no limit). The
format is<br>
# Alias fakename realname<br>
#<br>
# Note that if you include a trailing / on fakename then the server will<br>
# require it to be present in the URL. So "/icons" isn't aliased in
this<br>
# example, only "/icons/". If the fakename is slash-terminated, then
the<br>
# realname must also be slash terminated, and if the fakename omits the<br>
# trailing slash, the realname must also omit it.<br>
#<br>
<br>
<pre class="moz-signature" cols="72">--
Vriendelijke groeten, ^ Bubbles IT
^ Oude Heerweg 175
Niels Huylebroeck ^ 9160 Lokeren, Belgie
Systeembeheerder, Programmeur ^ Tel: +32(0)9/355 13 31
<a class="moz-txt-link-abbreviated" href="mailto:niels@bubbles-it.be">niels@bubbles-it.be</a> ^ Fax: +32(0)9/355 13 41
.. Key : <a class="moz-txt-link-freetext" href="http://www.bubbles-it.be/pgp/niels.asc">http://www.bubbles-it.be/pgp/niels.asc</a> ..
.. Fingerprint : 3885 CC0B C7A4 78CC 47DE 47AF 896A 6C40 80FA AF0F ..
.. Keyserver : <a class="moz-txt-link-freetext" href="http://pgp.mit.edu">http://pgp.mit.edu</a> 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"</pre>
</body>
</html>