Sure. Below is the site_config file: Set( $DatabaseUser, 'rt_user' ); Set( $CorrespondAddress, '[email protected]' ); Set( $rtname, 'example.net' ); Set( $DatabaseRequireSSL, '' ); Set( $WebPort, '8080' ); Set( $Organization, 'example.net' ); Set( $DatabaseType, 'mysql' ); Set( $DatabasePort, '3306' ); Set( $DatabasePassword, '####' ); Set( $DatabaseAdmin, 'root' ); Set( $SendmailPath, '/usr/sbin/sendmail' ); Set( $WebDomain, 'dev02.example.net' ); Set( $DatabaseAdminPassword, '' ); Set( $CommentAddress, '[email protected]' ); Set( $DatabaseHost, 'localhost' ); Set( $DatabaseName, 'rt4' ); Set( $OwnerEmail, '[email protected]' ); 1;
And here is the output of the syntax checker: perl -c /opt/rt4/etc/RT_SiteConfig.pm /opt/rt4/etc/RT_SiteConfig.pm syntax OK Thanks for the quick reply! Apologies that mine wasn't as speedy. ________________________________ From: Alex Vandiver <[email protected]> To: Randy Schwager <[email protected]> Cc: "[email protected]" <[email protected]> Sent: Thursday, July 21, 2011 5:21 PM Subject: Re: [rt-users] Deep Recursion Error, rt-4.0.1 On Thu, 2011-07-21 at 14:05 -0700, Randy Schwager wrote: > My new installation of RT (4.0.1) causes mod_perl to throw fatal > errors when trying to restart apache. This points to an error in your RT configuration (not your Apache configuration, which is what you provided). Please show us your RT_SiteConfig.pm, with any passwords redacted. - Alex
-------- 2011 Training: http://bestpractical.com/services/training.html
