<font color='black' size='2' face='Arial, Helvetica, sans-serif'><br>
<br>
<div style="CLEAR: both">I have done all the steps in goin live with my RT, but I am having a little problem starting apache2.. In the instructions I am to copy and paste the virtual host settings in httpd.conf file after making a copy of the original one. Other instructions stated that I should have that configured in /etc/apache2/site-enabled/000-default. I have done both procedure and I am not successfull. After I remove the changes that I made in both files back to its original, apache2 successfully restart. I am not sure what I am doing wrong, but apache2 is the hold up for me to go live now.</div>
<div style="CLEAR: both"> </div>
<div style="CLEAR: both">I am using ubuntu 9.04 distro and RT 3.8.8</div>
<div style="CLEAR: both"> </div>
<div style="CLEAR: both">Please help....</div>
<div style="CLEAR: both"> </div>
<div style="CLEAR: both">A little synopsis of what I have is below:</div>
<div style="CLEAR: both"> </div>
<div style="CLEAR: both"> <VirtualHost *><br>
ServerName rt.example.com<br>
DocumentRoot /opt/rt3/share/html<br>
AddDefaultCharset UTF-8<br>
<br>
PerlModule Apache::DBI<br>
PerlRequire /opt/rt3/bin/webmux.pl<br>
<br>
<Location /><br>
SetHandler perl-script<br>
PerlHandler RT::Mason<br>
</Location><br>
</VirtualHost><br>
</div>
</font>