[rt-users] RT 3.8.1 web interface
Nick Price
np121 at hotmail.com
Mon Aug 25 04:30:52 EDT 2008
HiI'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 updatesIn firefox on the localhost RT will run as follows http://localhost or http://localhost/rt both take me to RT login pageOn a remote PC if I try to connect to RT http://myIPaddress I get the default apache welcome pagewhen I try http://myIPaddress/rt I get 404 webpage could not be foundThe Fedora server will also be running mrtg as the main page (http://myIPaddress) so I need RT to run as http://myIPaddress/rtthis is my /etc/httpd/conf.d/rt.confNameVirtualHost localhost<VirtualHost localhost> ServerAdmin webmaster at localhost DocumentRoot /opt/rt3/share/html <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /opt/rt3/share/html> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ <Directory "/usr/lib/cgi-bin"> AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all </Directory> # ErrorLog /var/log/apache2/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn # CustomLog /var/log/apache2/access.log combined ServerSignature On Alias /rt "/opt/rt3/share/html" <Directory "/opt/rt3/share/html"> Options Indexes MultiViews FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> ServerName localhost DocumentRoot /opt/rt3/share/html AddDefaultCharset UTF-8 # optional apache logs for RT # ErrorLog /opt/rt3/var/log/apache2.error # TransferLog /opt/rt3/var/log/apache2.access PerlRequire "/opt/rt3/bin/webmux.pl" <Location /NoAuth/images> SetHandler default </Location> <Location /> SetHandler perl-script PerlResponseHandler RT::Mason </Location></VirtualHost>and my /opt/rt3/etc/RT_SiteConfig.pmSet( $rtname, 'mydomain.com');#Set(@Plugins,(qw(Extension::QuickDelete)));Set( $WebDomain, 'localhost');Set( $WebPath, '/rt');Any ideas where I'm going wrong pleaseMany thanks in advanceNick
_________________________________________________________________
Talk to your Yahoo! Friends via Windows Live Messenger. Find out how.
http://www.windowslive.com/explore/messenger?ocid=TXT_TAGLM_WL_messenger_yahoo_082008
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20080825/47dd141a/attachment.htm>
More information about the rt-users
mailing list