Changes between Version 33 and Version 34 of Nmm2022/Agenda/RTsetup
- Timestamp:
- Jul 15, 2022, 4:37:52 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nmm2022/Agenda/RTsetup
v33 v34 19 19 '''Note : We are using MariaDB here''' 20 20 21 Web server21 - Web server 22 22 Apache version 2.x with mod_fcgid or mod_perl or nginx or another webserver with FastCGI support 23 23 (RT's FastCGI handler needs to access RT's configuration file.) … … 243 243 # vim /opt/rt5/etc/RT_SiteConfig.pm 244 244 }}} 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. 246 246 {{{ 247 247 ... … … 254 254 Save and exit the file. 255 255 256 Similarly, set Request Tracker Logging 256 Similarly, set Request Tracker Logging (change rt_log_name to proper name for your convenient ) 257 257 {{{ 258 258 # cat << 'EOL' >> /opt/rt5/etc/RT_SiteConfig.pm 259 259 Set($LogToFile, 'debug'); 260 Set($LogToFileNamed, '< server ip>');260 Set($LogToFileNamed, '<rt_log_name>'); 261 261 Set($LogDir, '/var/log/rt5'); 262 262 EOL 263 263 }}} 264 264 265 Make a directory for RT logs and changing the ownership for the rt5 log directory 265 266 {{{ 266 267 # mkdir /var/log/rt5 … … 277 278 278 279 This 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 281 Please update ufw rules to enable 80 port if ufw is enabled 282 283 {{{ 284 # ufw allow 80 285 }}} 279 286 280 287 Login using the default RT credentials: