I am have some difficulties staying logged in as root with Rt Tracker.  I
have tried googling my problem but can't seem to find a resolution.  I am
running Gentoo and my browser (Firefox) has been set to accept all cookies

My Apache conf is below:

<IfDefine PERL>
    <VirtualHost *:80>
        ServerName etcetc
        DocumentRoot /var/www/rttracker
        ServerAdmin [EMAIL PROTECTED]
        AddDefaultCharset UTF-8
        <IfDefine USERDIR>
                UserDir disabled
        </IfDefine>
        PerlModule Apache::DBI
        PerlRequire
        <Location />
                SetHandler perl-script
                PerlHandler RT::Mason
                PerlSetEnv PERL5LIB /usr/lib
        </Location>
        <Directory "">
                Options Indexes FollowSymLinks
                AllowOverride None
                Order allow,deny
                Allow from all
        </Directory>
    </VirtualHost>
</IfDefine>
 

and my Rt_siteconfig.pm is below:

Any help on this would be greatly appreciated.
-- 
View this message in context: 
http://www.nabble.com/Log-in-Issues.-tp15361064p15361064.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.

_______________________________________________
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

Reply via email to