[rt-users] Log in Issues.
aeternaleto
flippedootninja at gmail.com
Fri Feb 8 13:18:50 EST 2008
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 support at gsc.cc
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.
More information about the rt-users
mailing list