<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<br><br>> Date: Sun, 20 Dec 2009 10:48:01 +0000<br>> From: rob.macgregor@gmail.com<br>> To: rt-users@lists.bestpractical.com<br>> Subject: Re: [rt-users] requesting to download file<br>> <br>> Please don't top post.<br>> <br>> On Sun, Dec 20, 2009 at 10:44, Shiv . <shivase@live.com> wrote:<br>> ><br>> > The old version of File:Temp was 0.16, I download and install 0.22<br>> ><br>> > For apache, apache was upgrade during the yum to version 2.2.3-31<br>> > However the rpm will not change the config file.<br>> ><br>> > I am not seeing any errors in the logs, that is what making it more<br>> > difficult to trouble shoot.<br>> > Is there to turn on a debug mode in RT.<br>> <br>> It isn't an RT problem - it's an Apache configuration problem. If<br>> you're being prompted to download a file (.php) then it suggests that<br>> your configuration of Apache isn't right.<br>> <br>> -- <br>> Please keep list traffic on the list.<br>> <br>> Rob MacGregor<br>> Whoever fights monsters should see to it that in the process he<br>> doesn't become a monster. Friedrich Nietzsche<br>> _______________________________________________<br>> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users<br>> <br>> Community help: http://wiki.bestpractical.com<br>> Commercial support: sales@bestpractical.com<br>> <br>> <br>> Discover RT's hidden secrets with RT Essentials from O'Reilly Media. <br>> Buy a copy at http://rtbook.bestpractical.com<br><br><br>apache config:<br><br><VirtualHost 190.80.34.10:80><br> ServerName rt.guyana.net.gy<br> ServerAdmin admin@guyana.net.gy<br><br> DocumentRoot /opt/rt3/share/html<br> AddDefaultCharset UTF-8<br> PerlRequire /opt/rt3/bin/webmux.pl<br><br> <Directory /opt/rt3/share/html><br> Order allow,deny<br> Allow from all<br> SetHandler perl-script<br> PerlResponseHandler RT::Mason<br> </Directory> </VirtualHost><br></VirtualHost><br><br>.................<br>snip of Directory<br> ls -al /opt/rt3/share/html<br>total 92<br>drwxr-xr-x 9 root bin 4096 Dec 20 03:39 Admin<br>......<br> <br /><hr />Windows Live: Keep your friends up to date <a href='http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_1:092010' target='_new'>with what you do online.</a></body>
</html>