<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=265033112-17012006><FONT face=Arial color=#0000ff 
size=2>Personally, I used cp RT_Config.pm RT_SiteConfig.pm and read the inline 
notes in the file. </FONT></SPAN></DIV>
<DIV><SPAN class=265033112-17012006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=265033112-17012006><FONT face=Arial color=#0000ff size=2>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</FONT></SPAN></DIV>
<DIV><SPAN class=265033112-17012006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=265033112-17012006><FONT face=Arial color=#0000ff 
size=2><VirtualHost 10.50.80.36:80><BR> ServerName 
rt<BR> ServerAlias rt.easa.local<BR> DocumentRoot 
"/opt/rt3/share/html/"<BR> <Directory /><BR>  Options 
FollowSymLinks<BR>  AllowOverride 
None<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>  # Mod-perl 
RT:<BR>  AddDefaultCharset UTF-8<BR>  PerlModule 
Apache::DBI<BR>  PerlRequire 
/opt/rt3/bin/webmux.pl<BR>  #PerlInitHandler 
Apache::Reload<BR>  #PerlSetVar ReloadAll 
Off<BR>  #PerlSetVar ReloadModules 
"RT::*"<BR> </Directory><BR> <Location 
/><BR>    SetHandler perl-script<BR>    
PerlHandler RT::Mason<BR> </Location><BR> <IfModule 
mod_dir.c><BR>  DirectoryIndex 
index.html<BR> </IfModule><BR> UseCanonicalName 
On</FONT></SPAN></DIV>
<DIV><SPAN class=265033112-17012006><FONT face=Arial color=#0000ff 
size=2></VirtualHost></FONT></SPAN></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><SPAN class=265033112-17012006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV> </DIV>
<DIV> </DIV><!-- Converted from text/plain format -->
<P><FONT size=2>Lee Goddard<BR>Internet Application 
Analysis/Development<BR>European Aviation Safety Agency<BR></FONT></P>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> 
  rt-users-bounces@lists.bestpractical.com 
  [mailto:rt-users-bounces@lists.bestpractical.com] <B>On Behalf Of </B>Zeonz 
  (sent by Nabble.com)<BR><B>Sent:</B> 17 January 2006 04:28<BR><B>To:</B> 
  rt-users@lists.bestpractical.com<BR><B>Subject:</B> Re: [rt-users] First-time 
  RT install questions.<BR><BR></FONT></DIV>Sorry to ask again where can i find 
  the way to configure /etc/rt/RT_SiteConfig.pm and 
  <BR>/etc/httpd/conf.d/rt.conf. I'm using CentOS 4 . Thnk you <BR>
  <HR align=left width=300>
  View this message in context: <A 
  href="http://www.nabble.com/First-time-RT-install-questions.-t421406.html#a2418068">Re: 
  First-time RT install questions.</A><BR>Sent from the <A 
  href="http://www.nabble.com/Request-Tracker---User-f572.html">Request Tracker 
  - User</A> forum at Nabble.com. </BLOCKQUOTE></BODY></HTML>