<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">As Kevin said, an error would help, tho
the only differences I see in yours from ours is "SetHandler
perl-script" and I also remember having to add a "LoadModule
perl_module /usr/lib/apache2/modules/mod_perl.so" line just before
the Virtual host line. (If anyone can tell me where it <i>should</i>
go, it would be appreciated. It landed there when I was fighting
with 9.04?)<br>
<br>
-Matt<br>
<br>
<br>
On 06/20/2012 12:01 PM, Borngunners wrote:<br>
</div>
<blockquote
cite="mid:8CF1D2E37AFC273-2B00-20EC4@webmail-d130.sysops.aol.com"
type="cite"><font color="black" face="Arial, Helvetica,
sans-serif" size="2"><font color="black" face="Arial, Helvetica,
sans-serif" size="2">Has anyone have luck setting up and
configuring RT on Ubuntu 12.04. I have done everything thus
far, but I am having issue with my apache2 configuration. This
is what I have in my configuration:<br>
<br>
<VirtualHost *:80><br>
<br>
AddDefaultCharset UTF-8<br>
perlsetEnv RT_SITE_CONFIG /etc/rt4/RT_SiteConfig.pm<br>
<br>
DocumentRoot "/opt/rt4/share/html"<br>
<Location /><br>
Order allow,deny<br>
Allow from all<br>
<br>
SetHandler modperl<br>
PerlResponseHandler Plack::Handler::Apache2<br>
PerlSetVar psgi_app /opt/rt4/sbin/rt-server<br>
</Location><br>
<Perl><br>
use Plack::Handler::Apache2;<br>
Plack::Handler::Apache2->preload("/opt/rt4/sbin/rt-server");<br>
</Perl><br>
<br>
#tail -n2 /etc/apache2/sites-available/default<br>
#Include "/opt/rt4/apache2-modperl2.conf"<br>
</VirtualHost><br>
<br>
When I comment out "</font><font color="black" face="Arial,
Helvetica, sans-serif" size="2">use Plack::Handler::Apache2;",
apache2 does not give me any error, but I am not able to bring
up rt via the web.<br>
</font></font>
</blockquote>
<br>
<br>
</body>
</html>