[rt-users] Reqest Tracker CentOS 5.3 setup
jmoseley at corp.xanadoo.com
jmoseley at corp.xanadoo.com
Fri Jul 3 09:16:27 EDT 2009
Perhaps you didn't reload apache? With the script alias you have below,
http://172.16.0.1/rt should not be working. Look at the apache error logs
- that will give some clues as to what's going on.
James Moseley
ty chan <chanty_kh at yahoo.com> wrote:
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.
More information about the rt-users
mailing list