You're almost there error

Hello All,

I’m getting “You’re almost there” error page.

I
have compiled rt-3.4.5, apcahe2.0.58, and mod_perl2 (2.0.2)

Here is
my httpd.conf file

<VirtualHost *:81>

ServerName
tickets.auska.com

DocumentRoot
/www/apps/rt/share/html

AddDefaultCharset UTF-8

# these four lines apply to Apache2+mod_perl2 only: {{{

PerlSetVar MasonArgsMethod CGI

PerlModule Apache2 Apache::compat

RewriteEngine
On

RewriteRule ^(.*)/$ $1/index.html

}}}

PerlModule Apache::DBI

PerlRequire
/www/apps/rt/bin/webmux.pl

#<Location />

SetHandler perl-script

PerlHandler

RT::Mason

#</Location>

</VirtualHost>

The only thing I can see
in the error logs is

No root path(s) specified at
/www/apps/rt/bin/webmux.pl line 98

Thanks

Nazar

Request Tracker Wiki 5/15/06, Nazark Kulynych nazark@auska.com wrote:

Hello All,

I’m getting “You’re almost there” error page.

I have compiled rt-3.4.5, apcahe2.0.58, and mod_perl2 (2.0.2)

Here is my httpd.conf file
<VirtualHost *:81>
ServerName tickets.auska.com
DocumentRoot /www/apps/rt/share/html
AddDefaultCharset UTF-8

these four lines apply to Apache2+mod_perl2 only: {{{

PerlSetVar MasonArgsMethod CGI
PerlModule Apache2 Apache::compat
RewriteEngine On
RewriteRule ^(.*)/$ $1/index.html

}}}

PerlModule Apache::DBI
PerlRequire /www/apps/rt/bin/webmux.pl

#

SetHandler perl-script

PerlHandler RT::Mason

#

The only thing I can see in the error logs is
No root path(s) specified at /www/apps/rt/bin/webmux.pl line 98

Thanks
Nazar


The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

We’re hiring! Come hack Perl for Best Practical:
Careers — Best Practical Solutions

Best regards, Ruslan.