<span class="Apple-style-span" style="font-family: arial, helvetica, sans-serif; font-size: 14px; border-collapse: collapse; line-height: 17px; ">The database works perfectly as does the interface (as far as I can tell, I cannot actually login because of this problem) Google seems to believe my webdomain is wrong, but well quite obviously it is correct<br>
<br> [warning]: Use of uninitialized value in lc at /usr/local/lib/perl5/site_perl/5.12.2/HTML/Mason/ApacheHandler.pm line 914. (/usr/local/lib/perl5/site_perl/5.12.2/HTML/Mason/ApacheHandler.pm:914)<br><br><br>Domain: <a href="http://rt.webdev.ws/" target="_blank" style="color: rgb(17, 65, 112); ">http://rt.webdev.ws</a><br>
<br>Set($rtname, '<a href="http://rt.webdev.ws/" target="_blank" style="color: rgb(17, 65, 112); ">rt.webdev.ws</a>');<div>Set($Organization, '<a href="http://rt.webdev.ws/" target="_blank" style="color: rgb(17, 65, 112); ">rt.webdev.ws</a>');</div>
<div> </div><div>Set($CorrespondAddress , '<a href="mailto:rt@webdev.ws" target="_blank" style="color: rgb(17, 65, 112); ">rt@webdev.ws</a>');</div><div>Set($CommentAddress , '<a href="mailto:rt-comment@webdev.ws" target="_blank" style="color: rgb(17, 65, 112); ">rt-comment@webdev.ws</a>');</div>
<div> </div><div># THE WEBSERVER:</div><div>Set( $WebDomain, '<a href="http://rt.webdev.ws/" target="_blank" style="color: rgb(17, 65, 112); ">rt.webdev.ws</a>' );</div><div>Set($WebPort, 80);<br><br> </div><div>I have no idea what is going on or what is causing this problem, this is the only error that is showing up I configured apache as such:<br>
<br><div><VirtualHost <a href="http://95.154.246.182/" target="_blank" style="color: rgb(17, 65, 112); ">95.154.246.182:80</a>></div><div>        ServerName <a href="http://rt.webdev.ws/" target="_blank" style="color: rgb(17, 65, 112); ">rt.webdev.ws</a></div>
<div>        ServerAdmin <a href="mailto:paul@webdev.ws" target="_blank" style="color: rgb(17, 65, 112); ">paul@webdev.ws</a></div><div> </div><div>        DocumentRoot /usr/local/share/rt38/html</div><div> </div><div>        AddDefaultCharset UTF-8</div>
<div>        PerlRequire /usr/local/bin/<a href="http://webmux.pl/" target="_blank" style="color: rgb(17, 65, 112); ">webmux.pl</a></div><div> </div><div>        <Directory /usr/local/share/rt38/html></div><div>                Order allow,deny</div>
<div>                Allow from all</div><div> </div><div>                SetHandler perl-script</div><div>                PerlResponseHandler RT::Mason</div><div>        </Directory></div><div> </div><div>        <Location /rt></div>
<div>                RewriteEngine On</div><div>                RedirectMatch permanent (.*)/$ $1/index.html</div><div>                AddDefaultCharset UTF-8</div><div>                SetHandler perl-script</div><div>                PerlHandler RT::Mason</div>
<div>        </Location></div><div> </div><div></VirtualHost></div></div></span>