RT 3.0 Beta 1 discussions

I looked at RT-3.0-Beta-1 docs and was wondering whether discussions on it
are still restricted to the -devel list??

I’ve encountered some strange incident during setup, which I did not experience
with 2.0.x.

After meeting almost all dependancy requirements (well, almost, because CGI has
totally refused to update manually or via cpam) I configured rt3, added the virtualhost
and then restarted apache (apache2+mod_perl-2, yes the devel one). My vhost looks
like from the manual:

<VirtualHost *>
ServerName rt3.wananchi.com
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8
PerlModule Apache2 Apache::compat
PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl
ErrorLog /var/log/rt3-error.log

SetHandler perl-script
PerlHandler RT::Mason

When I tryto access it I get an error:

beastie# less /var/log/rt3-error.log
[Thu Feb 06 14:43:05 2003] [error] [client 62.8.64.13] Directory index forbidden by rule: /opt/rt3/share/html/

Well, there is no such error with other Virtualhosts (there are many of them).
That’s where I am lost.

Thanks for any pointers.

    cheers
   - wash 

Odhiambo Washington, wash@wananchi.com . WANANCHI ONLINE LTD (Nairobi, KE) |
http://ns2.wananchi.com/~wash/ . 1ere Etage, Loita Hse, Loita St., |
GSM: (+254) 722 743 223 . # 10286, 00100 NAIROBI |
“Oh My God! They killed init! You Bastards!”
–from a /. post

I looked at RT-3.0-Beta-1 docs and was wondering whether discussions on it
are still restricted to the -devel list??

Restricted, no, though I suspect most of the interesting stuff is still
over there, so if you intend to play with the early betas, subscribing
to rt-devel is probably a good idea.

like from the manual:

<VirtualHost *>
ServerName rt3.wananchi.com
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8
PerlModule Apache2 Apache::compat
PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl
ErrorLog /var/log/rt3-error.log

SetHandler perl-script
PerlHandler RT::Mason

When I tryto access it I get an error:

beastie# less /var/log/rt3-error.log
[Thu Feb 06 14:43:05 2003] [error] [client 62.8.64.13] Directory index forbidden by rule: /opt/rt3/share/html/

Well, there is no such error with other Virtualhosts (there are many of them).
That’s where I am lost.

I will admit to having changed these instructions immediately prior to
the beta release :wink: if you go to Free classifieds - yourdomain.com does it
work right?

Thanks for any pointers.

    cheers
   - wash 

±---------------------------------±----------------------------------------+
Odhiambo Washington, wash@wananchi.com . WANANCHI ONLINE LTD (Nairobi, KE) |
http://ns2.wananchi.com/~wash/ . 1ere Etage, Loita Hse, Loita St., |
GSM: (+254) 722 743 223 . # 10286, 00100 NAIROBI |
±--------------------------------±-----------------------------------------+
“Oh My God! They killed init! You Bastards!”
–from a /. post


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm

»|« Request Tracker... So much more than a help desk — Best Practical Solutions – Trouble Ticketing. Free.

I looked at RT-3.0-Beta-1 docs and was wondering whether discussions
on it are still restricted to the -devel list??

Restricted, no, though I suspect most of the interesting stuff is still
over there, so if you intend to play with the early betas, subscribing
to rt-devel is probably a good idea.

like from the manual:

<VirtualHost *>
ServerName rt3.wananchi.com
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8
PerlModule Apache2 Apache::compat
PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl
ErrorLog /var/log/rt3-error.log

SetHandler perl-script
PerlHandler RT::Mason

When I tryto access it I get an error:

beastie# less /var/log/rt3-error.log
[Thu Feb 06 14:43:05 2003] [error] [client 62.8.64.13] Directory index
forbidden by rule: /opt/rt3/share/html/

Well, there is no such error with other Virtualhosts (there are many
of them). That’s where I am lost.

I will admit to having changed these instructions immediately prior to
the beta release :wink: if you go to Free classifieds - yourdomain.com does it
work right?

The problem is that at first I am denied access into the html directory, so
I added a rule:
<Directory /opt/rt3/share/html/>
Order deny, allow
Allow from all

That way I get it but I just get the listings for the files. When I clieck
on index.html, yes, it does open, but clicks on any subsequent links also
give files listings.

My other virtual hosts are not exhibiting this phenomenon, so I am wondering
if I did not do something correctly…