[rt-users] FC4 - You're almost there!

David Doran david.doran at ladotek.com
Tue Jun 28 12:16:40 EDT 2005


Please Reply! 

I'm getting the login page, but when I login, I'm redirected to the
"You're almost there!" page.  I understand it has to do with the fastcgi
setup with apache. 
I've searched (http://lists.bestpractical.com/search.html) and read all
the postings concerning the "You're almost there!" page, but none has
helped.  

I've already went to www.fastcgi.com for help. 

Are there any log files that I can look at to see any errors to
trouble-shoot?  The "You're almost there!" page doesn't provide much
information for trouble-shooting.

Using Fedora Core 4 distrubution.

# more /proc/version
Linux version 2.6.11-1.1369_FC4smp
(bhcompile at decompose.build.redhat.com) (gcc version 4.0.0 20050525 (Red
Hat 4.0.0-9)) #1 SMP Thu Jun 2 23:08:39 EDT 2005

/etc/httpd/conf/httpd.conf
LoadModule fastcgi_module modules/mod_fastcgi.so
NameVirtualHost *:80
<VirtualHost *:80>
        ServerName      support.ladotek.com
        DocumentRoot    /opt/rt3/share/html/
        ErrorLog /var/log/httpd-rt-error.log
        CustomLog /var/log/httpd-rt.log common
        AddHandler fastcgi-script .fcgi
        Alias /rt/      /opt/rt3/share/html/
        Alias /NoAuth/  /opt/rt3/share/html/NoAuth/
        <Directory /opt/rt3/bin>
                Order allow,deny
                Allow from all
        </Directory>
        <Location /rt/NoAuth/images>
                SetHandler default-handler
        </Location>
</VirtualHost>
FastCgiIpcDir /tmp
FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120
ScriptAlias  /rt /opt/rt3/bin/mason_handler.fcgi


RT_SiteConfig.pm
Set($WebPath , "/rt");
Set($WebBaseURL , "http://support.ladotek.com:80");
Set($WebURL , $WebBaseURL . $WebPath . "/");



[Tue Jun 28 10:46:23 2005] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin/suexec)
[Tue Jun 28 10:46:24 2005] [notice] Digest: generating secret for digest
authentication ...
[Tue Jun 28 10:46:24 2005] [notice] Digest: done
[Tue Jun 28 10:46:24 2005] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Tue Jun 28 10:46:24 2005] [notice] LDAP: SSL support unavailable
[Tue Jun 28 10:46:24 2005] [notice] FastCGI: process manager initialized
(pid 13318)
[Tue Jun 28 10:46:24 2005] [warn] FastCGI: server
"/opt/rt3/bin/mason_handler.fcgi" started (pid 13319)
[Tue Jun 28 10:46:24 2005] [notice] mod_python: Creating 4 session
mutexes based on 256 max processes and 0 max threads.
[Tue Jun 28 10:46:24 2005] [notice] Apache/2.0.54 (Fedora) configured --
resuming normal operations




More information about the rt-users mailing list