<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:10pt"><div>Hi Moseley,</div><div><br></div><div>Here is my configuration on httpd.conf. </div><div><div><br></div><div><VirtualHost 172.16.0.1:80></div><div>   ServerName rt.abc.com</div><div>   DocumentRoot /opt/rt3/share/html</div><div>   ErrorLog /var/log/httpd/rt.abc.com_error</div><div>   CustomLog /var/log/httpd/rt.abc.com-access_log common</div><div>   AddHandler fastcgi-script fcgi</div><div>   ScriptAlias / /opt/rt3/bin/mason_handler.fcgi</div><div></VirtualHost></div><div><br></div><div>but it doesn't work for me. </div><div><br></div><div><span>note: <a target="_blank" href="http://172.16.0.1/rt">http://172.16.0.1/rt</a> is working fine.</span></div><div><br></div><div>would you please advise on this
 issue?</div><div><br></div><div>regards,</div><div>chanty</div></div><div style="font-family:arial, helvetica, sans-serif;font-size:10pt"><br><div style="font-family:arial, helvetica, sans-serif;font-size:13px"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> "jmoseley@corp.xanadoo.com" <jmoseley@corp.xanadoo.com><br><b><span style="font-weight: bold;">To:</span></b> ty chan <chanty_kh@yahoo.com><br><b><span style="font-weight: bold;">Cc:</span></b> rt-users@lists.bestpractical.com; rt-users-bounces@lists.bestpractical.com<br><b><span style="font-weight: bold;">Sent:</span></b> Thursday, July 2, 2009 8:43:42 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [rt-users] Reqest Tracker CentOS 5.3 setup<br></font><br>
Threre really isn't much difference in the Apache configuration if using a<br>virtual host.  Simply put the RT apache config in a virtual host stanza:<br><br><VirtualHost _default_:80><br>ServerName <a target="_blank" href="http://somertserver.com">somertserver.com</a><br><br>RT config lines...<br><br></VirtualHost><br><br>The above example would use the default IP of the server and listen on port<br>80.  You could also add other lines so that RT has its own log file, etc.<br>I believe there are several virtual host configuration examples in the<br>wiki.<br><br><br>James Moseley<br><br><br><br><br>                                                                           <br>             ty chan       
                                                <br>             <chanty_kh@yahoo.                                             <br>             com>                                                       To <br>                                       <a ymailto="mailto:jmoseley@corp.xanadoo.com" href="mailto:jmoseley@corp.xanadoo.com">jmoseley@corp.xanadoo.com</a>, Grant    <br>             07/02/2009
 02:11          Deters <<a ymailto="mailto:gdeters@usd250.org" href="mailto:gdeters@usd250.org">gdeters@usd250.org</a>>         <br>             AM                                                         cc <br>                                       <a ymailto="mailto:rt-users@lists.bestpractical.com" href="mailto:rt-users@lists.bestpractical.com">rt-users@lists.bestpractical.com</a>,   <br>                                       <a ymailto="mailto:rt-users-bounces@lists.bestpractica"
 href="mailto:rt-users-bounces@lists.bestpractica">rt-users-bounces@lists.bestpractica</a> <br>                                       <a target="_blank" href="http://l.com">l.com</a>                               <br>                                                                   Subject <br>                                       Re: [rt-users] Reqest Tracker       <br>                                       CentOS 5.3
 setup                    <br>                                                                           <br>                                                                           <br>                                                                           <br>                         
                                                  <br>                                                                           <br>                                                                           <br><br><br><br><br>Hi Moseley,<br><br>You guid how to configure virtualhost on apache for RT also.<br><br>best regards,<br>chanty<br><br></div></div><div style="position:fixed"></div></div></body></html>