[rt-users] Re: Error "You are almost there!"
Yongrui Tang
ytang at uchicago.edu
Wed Sep 20 11:42:12 EDT 2006
Hi,
I re-post this messages. Aynone can point out what the problem is ??
Will be due to permission problems? There is no any messages in the log!!!
I got error messages for "You are almost there!" and redicted to
/rt-broken-install.html page. After checking many postings, I still
can't find the error for my configuration. This is rt-3.4.5 with fastcgi
on Solaris 10. Anyone can help? Thanks.
RT_SiteConfig.pm
Set( $rtname, 'uchicago.edu');
Set($WebBaseURL , "http://test.uchicago.edu:8080");
Set($WebPath , "");
Set($LogDir, '/opt/http/docs/internal/rt/var/log');
Set($LogToFileNamed , "/tmp/rt.log"); #log to rt.log
httpd.conf
<VirtualHost *:8080>
ServerName test.uchicago.edu:8080
DocumentRoot "/opt/http/docs/internal/rt/html/"
ScriptAlias / /opt/http/docs/internal/rt/bin/mason_handler.fcgi/
Alias /NoAuth/images /opt/http/docs/internal/rt/html/NoAuth/images
<Directory "/opt/http/docs/internal/rt/html">
Options FollowSymLinks ExecCGI
AllowOverride None
</Directory>
</VirtualHost>
More information about the rt-users
mailing list