<p>Set WebDomain and don't touch WebBaseURL.<br></p>
<p>Regards, Ruslan. From phone.</p>
<div class="gmail_quote">21.02.2011 18:52 пользователь "nrtusern" <<a href="mailto:jiafang@vip.qq.com">jiafang@vip.qq.com</a>> написал:<br type="attribution">> <br>> Dear friends. <br>> <br>> I am setting up a rt 3.8.9 on Ubuntu 8.04 <br>
> <br>> after successfully installed rt and start the apache2 by reading the README,<br>> i met the following 2 problems: <br>> <br>> 1. the display speed of the main page is very slow, it may take 1 minute to<br>
> open the login screen. <br>> 2. username "root" and the password "password" doesn't work, I always get<br>> the "<a href="http://noauth/Login.html">http://noauth/Login.html</a>" <br>
> <br>> I try to reset the root password, but doesn't work for me by: <br>> <br>> ------------------------------------------------------------------------------------------------- <br>> <br>> perl -I/opt/rt3/local/lib -I/opt/rt3/lib \ <br>
>     -MRT -MRT::User \ <br>>     -e'RT::LoadConfig();RT::Init(); my $u = RT::User->new($RT::SystemUser);<br>> $u->Load("root"); $u->SetPassword("secret")' <br>> <br>> -------------------------------------------------------------------------------------------------- <br>
> <br>> So I guess something wrong with my configuration, can someone give me some<br>> suggestion? <br>> <br>> the site configration is: <br>> <br>> ----------------------------------------------------- <br>
> Set($rtname, "kk"); <br>> Set($Organization, "<a href="http://rt.kk.org">rt.kk.org</a>"); <br>> Set($Timezone, 'US/Pacific'); <br>> Set($WebBaseURL, "<a href="http://rt.kk.org">http://rt.kk.org</a>"); <br>
> Set($WebPath, "/"); <br>> Set($CorrespondAddress, '<a href="mailto:correspond@kk.org">correspond@kk.org</a>'); <br>> Set($CommentAddress, '<a href="mailto:comment@kk.org">comment@kk.org</a>'); <br>
> Set($SendmailPath, "/usr/lib/sendmail"); <br>> Set($OwnerEmail, "<a href="mailto:admin@example.com">admin@example.com</a>"); <br>> ---------------------------------------------------- <br>> <br>
> and the apache configuration is: <br>> <br>> ----------------------------------------------------- <br>>     <VirtualHost *> <br>>        ServerName <a href="http://rt.example.com">rt.example.com</a> <br>
>        DocumentRoot /opt/rt3/share/html <br>>        AddDefaultCharset UTF-8 <br>>        PerlModule Apache::DBI <br>>        PerlRequire /opt/rt3/bin/<a href="http://webmux.pl">webmux.pl</a> <br>> <br>>        <Location /> <br>
>            SetHandler perl-script <br>>            PerlHandler RT::Mason <br>>        </Location> <br>> <br>>     </VirtualHost> <br>> <br>> ------------------------------------------------------ <br>
> <br>> here is the warning information from apache2 <br>> <br>> ------------------------------------------------------------------------------------- <br>> [warning]: We opened /dev/null to protect FD #1, but descriptor #1 is<br>
> already occupied at /opt/rt3/bin/<a href="http://webmux.pl">webmux.pl</a> line 78.<br>> (/opt/rt3/bin/<a href="http://webmux.pl:78">webmux.pl:78</a>) <br>> ------------------------------------------------------------------------------------- <br>
> <br>> No more other error information.....<br>> <br>> -- <br>> View this message in context: <a href="http://old.nabble.com/rt-3.8.9-on-ubuntu-8.04---login-problem-tp30977146p30977146.html">http://old.nabble.com/rt-3.8.9-on-ubuntu-8.04---login-problem-tp30977146p30977146.html</a><br>
> Sent from the Request Tracker - User mailing list archive at Nabble.com.<br>> <br></div>