[rt-users] Re:"You are almost there!"

Yongrui Tang ytang at uchicago.edu
Tue Sep 19 17:17:11 EDT 2006


Hi,
   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 , "https://test.uchicago.edu");
Set($WebPath , "/rt");
Set($LogDir, '/opt/http/docs/internal/rt/var/log');
Set($LogToFileNamed , "/tmp/rt.log");    #log to rt.log


httpd.conf

<VirtualHost *:443>
    ServerName test.uchicago.edu:443
    DocumentRoot "/opt/http/docs/internal/rt/html/"
ScriptAlias /rt/ /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