<div dir="ltr">I'm in the process of setting up a new RT 4.4 instance. I used the web installer, which generated the following RT-SiteConfig.pm:<div><br></div><div><div>Set( $CommentAddress, '<a href="mailto:dev@example.com">dev@example.com</a>' );</div><div>Set( $CorrespondAddress, '<a href="mailto:dev@example.com">dev@example.com</a>' );</div><div>Set( $DatabaseHost, 'localhost' );</div><div>Set( $DatabaseName, 'rt4' );</div><div>Set( $DatabasePassword, 'xxxxxxxxxxxxx' );</div><div>Set( $DatabasePort, '' );</div><div>Set( $DatabaseType, 'mysql' );</div><div>Set( $DatabaseUser, 'rt_user' );</div><div>Set( $Organization, '<a href="http://rt2.example.com">rt2.example.com</a>' );</div><div>Set( $OwnerEmail, '<a href="mailto:dev@example.com">dev@example.com</a>' );</div><div>Set( $SendmailPath, '/usr/sbin/sendmail' );</div><div>Set( $WebDomain, '<a href="http://rt2.example.com">rt2.example.com</a>' );</div><div>Set( $WebPort, '80' );</div><div>Set( $rtname, '<a href="http://rt2.example.com">rt2.example.com</a>' );</div><div>1;<br></div></div><div><br></div><div>{ I've substituted '<a href="http://rt2.example.com">rt2.example.com</a>' for the actual FQDN of the machine that's hosting the instance }</div><div><br></div><div>When I tried to set up a new asset, I got the following error message:</div><div><br></div><div>RT has detected a possible cross-site request forgery for this request, because the Referrer header supplied by your browser (<a href="http://rt2.example.com:80">rt2.example.com:80</a>) is not allowed by RT's configured hostname (<a href="http://127.0.0.1:80">127.0.0.1:80</a>).<br></div><div><br></div><div>A bit of googling showed me how to set this in  RT-SiteConfig.pm:</div><div><br></div><div><div>Set(@ReferrerWhitelist, qw(127.0.0.1:80));</div></div><div><br></div><div>... that did disable the message, but why is the 'configured hostname' set to <a href="http://127.0.0.1:80">127.0.0.1:80</a>, and how do I set it to the actual domain name of the machine?</div><div><br></div><div>Thanks,</div><div><br></div><div>--Barton</div><div><br></div><div><br></div></div>