[rt-users] Reqest Tracker CentOS 5.3 setup

ty chan chanty_kh at yahoo.com
Thu Jul 2 22:48:26 EDT 2009


Hi Moseley,

Here is my configuration on httpd.conf. 


<VirtualHost 172.16.0.1:80>
   ServerName rt.abc.com
   DocumentRoot /opt/rt3/share/html
   ErrorLog /var/log/httpd/rt.abc.com_error
   CustomLog /var/log/httpd/rt.abc.com-access_log common
   AddHandler fastcgi-script fcgi
   ScriptAlias / /opt/rt3/bin/mason_handler.fcgi
</VirtualHost>

but it doesn't work for me. 

note: http://172.16.0.1/rt is working fine.

would you please advise on this issue?

regards,
chanty



________________________________
From: "jmoseley at corp.xanadoo.com" <jmoseley at corp.xanadoo.com>
To: ty chan <chanty_kh at yahoo.com>
Cc: rt-users at lists.bestpractical.com; rt-users-bounces at lists.bestpractical.com
Sent: Thursday, July 2, 2009 8:43:42 PM
Subject: Re: [rt-users] Reqest Tracker CentOS 5.3 setup

Threre really isn't much difference in the Apache configuration if using a
virtual host.  Simply put the RT apache config in a virtual host stanza:

<VirtualHost _default_:80>
ServerName somertserver.com

RT config lines...

</VirtualHost>

The above example would use the default IP of the server and listen on port
80.  You could also add other lines so that RT has its own log file, etc.
I believe there are several virtual host configuration examples in the
wiki.


James Moseley




                                                                          
             ty chan                                                      
             <chanty_kh at yahoo.                                            
             com>                                                       To 
                                      jmoseley at corp.xanadoo.com, Grant    
             07/02/2009 02:11          Deters <gdeters at usd250.org>        
             AM                                                         cc 
                                      rt-users at lists.bestpractical.com,  
                                      rt-users-bounces at lists.bestpractica 
                                      l.com                              
                                                                   Subject 
                                       Re: [rt-users] Reqest Tracker      
                                       CentOS 5.3 setup                    
                                                                          
                                                                          
                                                                          
                                                                          
                                                                          
                                                                          




Hi Moseley,

You guid how to configure virtualhost on apache for RT also.

best regards,
chanty
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20090702/e1c2d16b/attachment.htm>


More information about the rt-users mailing list