<div>We followed the instructions on <a href="http://www.bestpractical.com/rt/docs/latest/README.html">http://www.bestpractical.com/rt/docs/latest/README.html</a> to install RT4 on ubuntu</div><div> </div><div>We ran step 6a "Make install" to install RT in /rt folder</div>
<div> </div><div>I am looking at the wiki's to setup apache and most of the documentation that I have come accross mentions to include apache3-modperl2.conf. RT did not install this in the /etc folder. What could we be missing?</div>
<div> </div><div>thanks so much in advance for helping us to resolve the setup.</div><div> </div><div>===================================</div><p>open apache2 configuration file.</p><pre> vi /etc/apache2/sites-available/default
</pre><p>At the end of this file :</p><pre> Include /etc/request-tracker4/apache2-modperl2.conf
 RedirectMatch ^/$ /rt
 </VirtualHost>
</pre>