Hi Michael,

The FastCGIServer is outside of <VirtualHost *:8080>. It is " FastCgiServer /opt/pkgs/rt/3.4.5/bin/mason_handler.fcgi" . Thanks for reply. BTW, /stable/ is just a link of /3.4.5/. I made the change. But still the same error.

httpd.conf
FastCgiServer /opt/pkgs/rt/3.4.5/bin/mason_handler.fcgi
<VirtualHost *:8080>
   ServerName test.uchicago.edu:8080
   DocumentRoot "/opt/pkgs/rt/3.4.5/html"
   AddHandler fastcgi-script .fcgi
  <Directory "/opt/pkgs/rt/3.4.5">
     Options FollowSymLinks ExecCGI
     AllowOverride None
   </Directory>
   Alias /NoAuth/images/ /opt/pkgs/rt/3.4.5/html/NoAuth/images/
   ScriptAlias /rt/ /opt/pkgs/rt/3.4.5/bin/mason_handler.fcgi/
</VirtualHost>

RT_SiteConfig.pm
Set($WebBaseURL , "http://test.uchicago.edu:8080";);
Set($WebPath , "");
Set($WebURL , $WebBaseURL . $WebPath . "/");
Set($LogDir, '/opt/pkgs/rt/3.4.5/var/log');
Set($LogToFileNamed , "/tmp/rt.log");    #log to rt.log



_______________________________________________
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