Changes between Version 37 and Version 38 of Nmm2022/Agenda/RTsetup


Ignore:
Timestamp:
Jul 15, 2022, 5:44:13 AM (2 years ago)
Author:
deepthi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/RTsetup

    v37 v38  
    560560
    561561[[Image(theme_logo.png, 800px, nolink)]]
     562
     563Note:
     564
     565Possible Cross-site request forgery message RT5
     566
     567Edit the RT_SiteConfig.pm add an additional line to indicate your Webdomain either IP or FQDN.
     568
     569{{{
     570sudo vi /opt/rt5/etc/RT_SiteConfig.pm
     571}}}
     572
     573{{{
     574Set( $WebDomain, 'your-servers-ip' );
     575}}}
     576
     577(This can be ip or dns. it depends on what you use)
     578
     579Restart Apache
     580
     581{{{
     582sudo systemctl restart apache2
     583}}}