On 8/29/06, <b class="gmail_sendername">Ben Weston</b> <<a href="mailto:ben@computerhelpme.com">ben@computerhelpme.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Here is what I have for an httpd.conf at this point.<br>...<br>   <Directory /opt/rt34/share/html><br>       Order allow,deny<br>       Allow from all<br>       SetHandler perl-script<br>       PerlResponseHandler RT::Mason
<br>   </Directory><br></VirtualHost><br><br>Possibly unrelated...  I'm fairly new to Apache as well.  One thing I<br>don't understand is:<br><Directory /opt/rt34/share/html><br><br>/opt/rt34 doesn't exist (it's /opt/rt3).  However if I change it to
<br>/opt/rt3, I get a 500 internal server error.  This way I get the Almost<br>there page.<br></blockquote></div><br>Ben,<br>You should be using /opt/rt3 not 34. That tells apache to use the Perl Handler RT::Mason for anything in /opt/rt3. Without it, mason isn't interpretting the HTML in /opt/rt3/ and so you get the stock nearly there message.
<br>Look at the apache error log when you get the 500 error. That may tell you more. It could be that you don't have the database set up properly, or are missing some crucial dependencies. I think they both would give you a 500 error. There are quite a few reasons you could be getting 500 messages but your apache logs should provide some more clue,
<br><br>Andrew<br>