[rt-users] RT4 slowness

L B bertignac at gmail.com
Wed Jun 1 10:52:13 EDT 2011


> Your first email had differing paths in your preload and psgi_app
> lines, so I assumed it was a copy and paste error, so was hoping to
> get a clean full copy of your config.

Sorry, copy/paste error. Paths are the same.

>
> Other things that would be useful are your sanitized RT_SiteConfig or
> the System Configuration from the Admin UI.

RT_SiteConfig.pm :


Set($rtname, 'XXXXX');
Set($WebDomain, '10.0.xx.xx');
Set($WebBaseURL, "http://10.0.xx.xx");
Set($LogDir, "/opt/rt4/var/log");

Set($LogToFile      , 'debug');
Set($LogToScreen    , 'debug');
Set($LogToSyslog    , 'debug');


# Added when testing a remote database

Set($DatabaseHost , "xxxx");
Set($DatabasePort , 5432);
Set($DatabaseName , 'xxxxx');
Set($DatabaseUser , "xxxxx");
Set($DatabasePassword , 'xxxxx');

# Added because debug mode complained
Set($RTAddressRegexp, 'XXXX at XXX.COM');
Set(%GnuPG,
    Enable => 0,
    OutgoingMessagesFormat => "RFC", # Inline
    AllowEncryptDataInDB   => 0,

    RejectOnMissingPrivateKey => 1,
    RejectOnBadData           => 1,
);

1;


Attached a sanitized httpd.conf: it's the the default redhat
httpd.conf without the comments, and with my configuration at the end
(overriding previous variables)

-- 
L.B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: httpd.conf
Type: application/octet-stream
Size: 8703 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110601/bdd877de/attachment.obj>


More information about the rt-users mailing list