cat /opt/rt3/etc/RT_SiteConfig.pm Set( $rtname, 'city.local');
#Set(@Plugins, qw(RT::Authen::ExternalAuth)); Set($WebBaseURL , 'http://rt.city.local'); Set( $WebPath , ''); Set($DataBaseType , 'mysql'); Set($DatabaseHost , 'localhost'); Set($DatabaseRTHost , 'localhost'); Set($DatabaseName , 'rt3'); Set($DatabaseUser, 'rt_user'); Set($DatabasePassword , 'rt_pass'); Set($Timezone, 'Europe/Moscow'); Set($CorrespondAddress, '[email protected]'); Set($CommentAddress, '[email protected]'); Set($RTAddressRegexp, '^rt(-comment)?\@(city\.ru|city\.local)$'); Set($OwnerEmail, '[email protected]'); 1; сейчас в логи чистые. Конфиг апача: http://pastebin.ch/6309 Через perl -MCPAN -e shell установил RT::Authen::ExternalAuth теперь хочу добиться что бы пользователи домена могли под своими логинами и паролями заходить на страничку РТ. Следующий шаг -- почта, ссылки приветствуются. Как её настраивать пока не знаю. почта на другом сервере (sendmail) 8 декабря 2010 г. 10:58 пользователь Evgeny OpenMsk <[email protected]>написал: > Здравствуйте товарищи. > Подскажите пжлста, начал осваивать продукт request-tracker > настроил по мануалу. > > сейчас в логи валиться такой текст: > [Wed Dec 08 10:54:31 2010] [notice] caught SIGTERM, shutting down > [Wed Dec 8 07:54:46 2010] [error]: The RTAddressRegexp option is not set > in the config. Not setting this option results in additional SQL queries to > check whether each address belongs to RT or not. It is especially important > to set this option if RT recieves emails on addresses that are not in the > database or config. (/opt/rt3/bin/../lib/RT/Config.pm:343) > [Wed Dec 08 10:55:00 2010] [notice] SELinux policy enabled; httpd running > as context user_u:system_r:httpd_t > [Wed Dec 8 07:55:04 2010] [error]: The RTAddressRegexp option is not set > in the config. Not setting this option results in additional SQL queries to > check whether each address belongs to RT or not. It is especially important > to set this option if RT recieves emails on addresses that are not in the > database or config. (/opt/rt3/bin/../lib/RT/Config.pm:343) > [Wed Dec 08 10:55:18 2010] [notice] Digest: generating secret for digest > authentication ... > [Wed Dec 08 10:55:18 2010] [notice] Digest: done > [Wed Dec 08 10:55:18 2010] [notice] Apache/2.2.6 (Unix) DAV/2 PHP/5.1.6 > mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations > > > и страничка загружается с ошибками и без графики. > пытался пересоздавать базу make dropdb/ make initialize-database - не > помогло > > подскажите куда дальше копать? > > Evgeny OpenMsk. >
