<div>Actually now this is my host file. When I restart apache, I get the following error:</div><div>PerlResponseHandler', perhaps misspelled or defined by a module not included in the server configuration...</div><div>
 </div><div>Probably it is something with Apache.<br>make testdeps <br>make fixdeps <br>both return all dependencies 
found. </div><div> </div><div>How should I fix this?<br><br></div><div> </div><div> </div><div> <VirtualHost <a href="http://rt.example.com">rt.example.com</a>><br>              <br>               AddDefaultCharset UTF-8<br>
               DocumentRoot "/opt/rt4/share/html"<br>       <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>           </VirtualHost><br><br><br></div><div class="gmail_quote">On Thu, Nov 8, 2012 at 12:15 PM, Dominic Hargreaves <span dir="ltr"><<a href="mailto:dominic.hargreaves@it.ox.ac.uk" target="_blank">dominic.hargreaves@it.ox.ac.uk</a>></span> wrote:<br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote"><div class="im">On Thu, Nov 08, 2012 at 11:33:04AM -0500, testwreq wreq wrote:<br>

> We followed the instructions on<br>
> <a href="http://www.bestpractical.com/rt/docs/latest/README.html" target="_blank">http://www.bestpractical.com/rt/docs/latest/README.html</a> to install RT4 on<br>
> ubuntu<br>
><br>
> We ran step 6a "Make install" to install RT in /rt folder<br>
><br>
> I am looking at the wiki's to setup apache and most of the documentation<br>
> that I have come accross mentions to include apache3-modperl2.conf. RT did<br>
> not install this in the /etc folder. What could we be missing?<br>
><br>
> thanks so much in advance for helping us to resolve the setup.<br>
<br>
</div>You're confusing the method of installing from source with installing<br>
the Debian/Ubuntu packge; the file in /etc you refer to comes from<br>
the latter. What you want if you're already installed from source is<br>
<br>
<a href="http://www.bestpractical.com/rt/docs/latest/web_deployment.html" target="_blank">http://www.bestpractical.com/rt/docs/latest/web_deployment.html</a><br>
<br>
(could that perhaps be linked from README?)<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Dominic Hargreaves, Systems Development and Support Section<br>
IT Services, University of Oxford<br>
</font></span><br>--------<br>
We're hiring! <a href="http://bestpractical.com/jobs" target="_blank">http://bestpractical.com/jobs</a><br>
<br></blockquote></div><br>