[Rt-devel] Problem with RT 3.2 RC1
Jesse Vincent
jesse at bestpractical.com
Tue Jun 22 20:47:26 EDT 2004
On Tue, Jun 22, 2004 at 04:24:03PM -0400, Todd Chapman wrote:
> 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?
strace httpd -X
may get you a bit further along. Does mod_perl otherwise work? (Is it
ok with other apps or other RT versions?)
> 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>
>
> _______________________________________________
> Rt-devel mailing list
> Rt-devel at lists.bestpractical.com
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
--
More information about the Rt-devel
mailing list