[Rt-devel] Problem with RT 3.2 RC1

Todd Chapman rt at chaka.net
Tue Jun 22 16:24:03 EDT 2004


I did a fresh install of RT 3.2 RC1 on a new Suse 9.0
box. When I start Apache and make my first request with
a web browser, Apache dies. No messages in access_log,
error_log, or messages. This does not happen if I 
comment out the RT specific section of httpd.conf
which I have included below. Where should I look next?

Thanks!

-Todd

<VirtualHost 10.136.253.227>
    ServerName rt.mydomain.com
    DocumentRoot /opt/rt3/share/html
    AddDefaultCharset UTF-8

    PerlModule Apache::DBI
    PerlRequire /opt/rt3/bin/webmux.pl

    <Location />
        SetHandler perl-script
        PerlHandler RT::Mason
    </Location>
</VirtualHost>



More information about the Rt-devel mailing list