Changes between Version 33 and Version 34 of Nmm2022/Agenda/RTsetup


Ignore:
Timestamp:
Jul 15, 2022, 4:37:52 AM (2 years ago)
Author:
deepthi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/RTsetup

    v33 v34  
    1919'''Note : We are using MariaDB here'''
    2020
    21 Web server
     21- Web server
    2222Apache version 2.x with mod_fcgid or mod_perl or nginx or another webserver with FastCGI support
    2323(RT's FastCGI handler needs to access RT's configuration file.)
     
    243243# vim /opt/rt5/etc/RT_SiteConfig.pm
    244244}}}
    245 '''NOTE: ''' replace <server ip> with ubuntu server Local IP for this example.
     245'''NOTE: ''' replace <server ip> with ubuntu server Local IP/DNS for this example.
    246246{{{
    247247...
     
    254254Save and exit the file.
    255255
    256 Similarly, set Request Tracker Logging
     256Similarly, set Request Tracker Logging (change rt_log_name to proper name for your convenient )
    257257{{{
    258258# cat << 'EOL' >> /opt/rt5/etc/RT_SiteConfig.pm
    259259Set($LogToFile,      'debug');
    260 Set($LogToFileNamed, '<server ip>');
     260Set($LogToFileNamed, '<rt_log_name>');
    261261Set($LogDir,         '/var/log/rt5');
    262262EOL
    263263}}}
    264264
     265Make a directory for RT logs and changing the ownership for the rt5 log directory
    265266{{{
    266267# mkdir /var/log/rt5
     
    277278
    278279This should open the web server port 80 and you should be able to access your Request Tracker web interface via the url, http://server-IP-or-domain.
     280
     281Please update ufw rules to enable 80 port if ufw is enabled
     282
     283{{{
     284# ufw allow 80
     285}}}
    279286
    280287Login using the default RT credentials: