[rt-users] Re: Error "You are almost there!"
Yongrui Tang
ytang at uchicago.edu
Wed Sep 20 15:34:03 EDT 2006
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
More information about the rt-users
mailing list