<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT face="" color=#000000>Hi<BR><BR>I'm having a few problems with the web interface of rt-3.8.1 on a new install of fedora 9 including all the latest updates<BR><BR>In firefox on the localhost  RT will run as follows </FONT><A href="http://localhost/"><U><FONT face="" color=#0000ff>http://localhost</FONT></U></A><FONT color=#000000> or </FONT><A href="http://localhost/rt"><U><FONT face="" color=#0000ff>http://localhost/rt</FONT></U></A><FONT face="" color=#000000> both take me to RT login page<BR><BR>On a remote PC if I try to connect to RT  </FONT><A href="http://myipaddress/"><U><FONT color=#0000ff>http://myIPaddress</FONT></U></A><FONT color=#000000>   I get the default apache welcome page<BR>when I try </FONT><A href="http://myipaddress/rt"><U><FONT face="" color=#0000ff>http://myIPaddress/rt</FONT></U></A><FONT face="" color=#000000>  I get 404 webpage could not be found<BR><BR>The Fedora server will also be running mrtg as the main page (</FONT><A href="http://myipaddress/"><U><FONT color=#0000ff>http://myIPaddress</FONT></U></A><FONT face="" color=#000000>) <BR><BR>so I need RT to run as </FONT><A href="http://myipaddress/rt"><U><FONT face="" color=#0000ff>http://myIPaddress/rt</FONT></U></A><BR><BR><FONT face="" color=#000000>this is my /etc/httpd/conf.d/rt.conf<BR><BR>NameVirtualHost localhost<BR><VirtualHost localhost><BR>    ServerAdmin webmaster@localhost<BR>   <BR>    DocumentRoot /opt/rt3/share/html<BR>    <Directory /><BR>        Options FollowSymLinks<BR>        AllowOverride None<BR>    <BR>    </Directory><BR>    <Directory /opt/rt3/share/html><BR>        Options Indexes FollowSymLinks MultiViews<BR>        AllowOverride None<BR>    Order allow,deny<BR>        allow from all<BR>    </Directory><BR><BR>    ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/<BR>    <Directory "/usr/lib/cgi-bin"><BR>        AllowOverride None<BR>    Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch<BR>        Order allow,deny<BR>        Allow from all<BR>    </Directory><BR><BR>    # ErrorLog /var/log/apache2/error.log<BR><BR>    # Possible values include: debug, info, notice, warn, error, crit,<BR>    # alert, emerg.<BR>    LogLevel warn<BR><BR>    # CustomLog /var/log/apache2/access.log combined<BR>    ServerSignature On<BR><BR>    Alias /rt "/opt/rt3/share/html"<BR>    <Directory "/opt/rt3/share/html"><BR>        Options Indexes MultiViews FollowSymLinks<BR>        AllowOverride None<BR>    Order allow,deny<BR>    Allow from all<BR>    </Directory><BR>   <BR>    ServerName localhost<BR><BR>    DocumentRoot /opt/rt3/share/html<BR>    AddDefaultCharset UTF-8<BR><BR>    # optional apache logs for RT<BR>    # ErrorLog /opt/rt3/var/log/apache2.error<BR>    # TransferLog /opt/rt3/var/log/apache2.access<BR><BR>    PerlRequire "/opt/rt3/bin/webmux.pl"<BR><BR>    <Location /NoAuth/images><BR>        SetHandler default<BR>    </Location><BR>    <Location /><BR>        SetHandler perl-script<BR>        PerlResponseHandler RT::Mason<BR>    </Location><BR><BR><BR><BR></VirtualHost><BR><BR>and my /opt/rt3/etc/RT_SiteConfig.pm<BR><BR><BR>Set( $rtname, 'mydomain.com');<BR>#Set(@Plugins,(qw(Extension::QuickDelete)));<BR>Set( $WebDomain, 'localhost');<BR>Set( $WebPath, '/rt');<BR><BR><BR>Any ideas where I'm going wrong please<BR><BR><BR>Many thanks in advance<BR><BR>Nick</FONT><BR style="mso-special-character: line-break"><BR style="mso-special-character: line-break"></SPAN><br /><hr />Talk to your Yahoo! Friends via Windows Live Messenger. <a href='http://www.windowslive.com/explore/messenger?ocid=TXT_TAGLM_WL_messenger_yahoo_082008' target='_new'>Find Out How</a></body>
</html>