[rt-users] RT3.8.2 & Ubuntu 8.04

Alf Stockton alf at stockton.co.za
Tue Feb 10 06:27:44 EST 2009


I believe that I now have RT3.8.2 built/assembled on my Ubuntu 8.04 server but 
now need to be able to browse to it.
I have it installed at /etc/request-tracker3.8.2/ and I attempted using the 
same method of connecting as I successfully used with 3.6. In other words at 
the end of my  /etc/apache2/sites-enabled/000-default I added :-
include "/etc/request-tracker3.8.2/etc/apache2-modperl2.conf" which reads as 
follows:-
<VirtualHost general.dev.sharing.org.za>
     ServerName general.dev.sharing.org.za

     DocumentRoot /etc/request-tracker3.8.2/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 "/etc/request-tracker3.8.2/bin/webmux.pl"

     <Location /NoAuth/images>
          SetHandler default
     </Location>
     <Location />
          SetHandler perl-script
          PerlResponseHandler RT::Mason
     </Location>
</VirtualHost>

How do I now browse to rt3.8.2?

-- 
Regards,
Alf Stockton		www.stockton.co.za

Today's weirdness is tomorrow's reason why.
		-- Hunter S. Thompson



More information about the rt-users mailing list