Problem with web after first time installation

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

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

Best regards,
Asbjørn Prøis

Please see the httpd logs for more info… and send it to the
list…

Paulo Matos

There are no errors at all in the httpd logs. #:/
It seems like the page isn’t parsed by mason/RT or something… But I’ve
testet mod_perl with a simple cgi script, and it worked fine.
Also “make testdeps” in rt sourcedir says every module needed is
installed!

Regards, Asbjørn PrøisOn Wed, 14 Jan 2004, Paulo Matos wrote:

Please see the httpd logs for more info… and send it to the
list…

Paulo Matos

I use slackware…
No error’s i any log’s, either from the httpd or syslogd!

AsbjørnOn Wed, 14 Jan 2004, Paulo Matos wrote:

Try looking at /var/log/messages (which is your distrib by the
way?)

I use slackware…
No error’s i any log’s, either from the httpd or syslogd!

Just for the record: the problem was located on apache 

configuration, the .html had an overlapping assoiation to a wrong
mime-type. A line on ‘httpd.conf’ like this:

AddType application/x-httpd-php .html

Regards,

Paulo Matos

|Sys & Net Admin | Servi�o de Inform�tica |
|Faculdade de Ci�ncias e Tecnologia | Tel: +351-21-2948596 |
|Universidade Nova de Lisboa | Fax: +351-21-2948548 |
|P-2829-516 Caparica | e-Mail: pjsm@fct.unl.pt |