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 <[email protected]> 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.


_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [email protected]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to