[rt-users] First-time RT install questions.

Goddard Lee lee.goddard at easa.eu.int
Tue Jan 17 07:36:23 EST 2006


Personally, I used cp RT_Config.pm RT_SiteConfig.pm and read the inline
notes in the file. 
 
The info for the httpd conf file is on the Wiki at the BestPractical
site: it's very simple - I do something like the below. That's for
Apache 1.3, virtual host, but I'm sure you'll see the important parts.
Note that the DocumentRoot (in the vs, or the Directory in other cases)
should relate to values you set in RT_SiteConfig
 
<VirtualHost 10.50.80.36:80>
 ServerName rt
 ServerAlias rt.easa.local
 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
  # Mod-perl RT:
  AddDefaultCharset UTF-8
  PerlModule Apache::DBI
  PerlRequire /opt/rt3/bin/webmux.pl
  #PerlInitHandler Apache::Reload
  #PerlSetVar ReloadAll Off
  #PerlSetVar ReloadModules "RT::*"
 </Directory>
 <Location />
    SetHandler perl-script
    PerlHandler RT::Mason
 </Location>
 <IfModule mod_dir.c>
  DirectoryIndex index.html
 </IfModule>
 UseCanonicalName On
</VirtualHost>
 
 
 
 

Lee Goddard
Internet Application Analysis/Development
European Aviation Safety Agency


	-----Original Message-----
	From: rt-users-bounces at lists.bestpractical.com
[mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Zeonz
(sent by Nabble.com)
	Sent: 17 January 2006 04:28
	To: rt-users at lists.bestpractical.com
	Subject: Re: [rt-users] First-time RT install questions.
	
	
	Sorry to ask again where can i find the way to configure
/etc/rt/RT_SiteConfig.pm and 
	/etc/httpd/conf.d/rt.conf. I'm using CentOS 4 . Thnk you 
	
________________________________

	View this message in context: Re: First-time RT install
questions.
<http://www.nabble.com/First-time-RT-install-questions.-t421406.html#a24
18068> 
	Sent from the Request Tracker - User
<http://www.nabble.com/Request-Tracker---User-f572.html>  forum at
Nabble.com. 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20060117/76d9699f/attachment.htm>


More information about the rt-users mailing list