<P>Hello All,<BR><BR>I'm getting "You're almost there" error page.<BR><BR>I
have compiled rt-3.4.5, apcahe2.0.58, and mod_perl2 (2.0.2)<BR><BR>Here is
my httpd.conf file<BR><VirtualHost *:81><BR> ServerName
tickets.auska.com<BR> DocumentRoot
/www/apps/rt/share/html<BR> AddDefaultCharset UTF-8</P>
<P> # these four lines apply to Apache2+mod_perl2 only:
{{{<BR> PerlSetVar MasonArgsMethod CGI<BR>
PerlModule Apache2 Apache::compat<BR> RewriteEngine
On<BR> RewriteRule ^(.*)/$ $1/index.html<BR> #
}}}</P>
<P> PerlModule Apache::DBI<BR> PerlRequire
/www/apps/rt/bin/webmux.pl</P>
<P> #<Location /><BR> #
SetHandler perl-script<BR> # PerlHandler
RT::Mason<BR>
#</Location><BR></VirtualHost><BR><BR>The only thing I can see
in the error logs is<BR>No root path(s) specified at
/www/apps/rt/bin/webmux.pl line 98<BR><BR>Thanks<BR>Nazar</P>