New rt3 install

Hello

I am installing rt3 on a new box

rh9

apache 2

this is my httpd.conf entry

<VirtualHost 66.xxx.xxx.xxx:80>

ServerName rt.mydomain.com

DocumentRoot /home/rt3/share/html

ErrorLog /var/log/httpd/rt3.com-error_log

CustomLog /var/log/httpd/rt3.com-access_log combined

AddDefaultCharset UTF-8

PerlModule Apache::DBI

PerlRequire /home/rt3/bin/webmux.pl

SetHandler perl-script

PerlHandler RT::Mason

this is the error i am getting

[Fri Apr 23 20:11:22 2004] [error] [client 24.214.106.149] Directory index
forbidden by rule: /home/rt3/share/html/ [Fri Apr 23 20:11:23 2004] [error]
[client 24.214.106.149] Directory index forbidden by rule:
/home/rt3/share/html/

Is there somewhere to search the mail archive. I found the archive but did
not seem to have a search

thanks for any help

randy

randy> rh9
randy> apache 2
randy>
randy> [Fri Apr 23 20:11:22 2004] [error] [client 24.214.106.149] Directory index
randy> forbidden by rule: /home/rt3/share/html/ [Fri Apr 23 20:11:23 2004] [error]
randy> [client 24.214.106.149] Directory index forbidden by rule:
randy> /home/rt3/share/html/

Add a:

RedirectMatch permanent (.*)/$ $1/index.html

to your config…

By the way, there’s another resource for rt at:
http://wiki.bestpractical.com

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 |