<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
p
{mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
font-size:12.0pt;
font-family:"Times New Roman";}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:Arial;
color:windowtext;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=Section1>
<p><font size=3 face="Times New Roman"><span style='font-size:12.0pt'>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<o:p></o:p></span></font></p>
<p><font size=3 face="Times New Roman"><span style='font-size:12.0pt'>
# 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>
# }}}<o:p></o:p></span></font></p>
<p><font size=3 face="Times New Roman"><span style='font-size:12.0pt'>
PerlModule Apache::DBI<br>
PerlRequire /www/apps/rt/bin/webmux.pl<o:p></o:p></span></font></p>
<p><font size=3 face="Times New Roman"><span style='font-size:12.0pt'>
#<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<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
</div>
</body>
</html>