[rt-users] Problem with web after first time installation

Asbjørn Prøis macrom at sysrq.no
Wed Jan 14 10:57:32 EST 2004


Hello all.
I've been searching google, groups.google, this list and so on for a
solution for my problem, but havent figured it out yet.

I've followed the installation-instruction from
http://www.bestpractical.com/rt/docs/3.0, and everthing went fine.
The problem is when I try to open the rt website for the first time, the
"File Download" pops up.. Not showing anything on the website.

My system is using :
Apache/1.3.29
PHP/4.3.4
mod_perl/1.29
mod_ssl/2.8.16
OpenSSL/0.9.7c

Rt is version 3.0.8

And my Virtual Host looks like this :
<VirtualHost *>
    ServerName rt.mydomain.com
    DocumentRoot /usr/local/rt/share/html
    AddDefaultCharset UTF-8

    PerlModule Apache::DBI
    PerlRequire /usr/local/rt/bin/webmux.pl

    <Location />
        SetHandler perl-script
        PerlHandler RT::Mason
    </Location>

    ErrorLog logs/rt.mydomain.com-error_log
    CustomLog logs/rt.mydomain.com-access_log combined
</VirtualHost>

Some good hints about what may causing this would be great :)

Best regards,
Asbjørn Prøis




More information about the rt-users mailing list