reload
call. More on that later.)config()
methods).set(ipExceptions="127.0.0.1")
in config/settings.cfm
or passed along in the URL as except=127.0.0.1
, or as except=myuseragentstring
to match against the user agent instead).config/environment.cfm
file. After you've modified it, you need to either restart the ColdFusion service or issue a reload
request. (See below for more info.)events/onapplicationstart.cfm
file), thus picking up any changes made in the config/environment.cfm
file.config/environment.cfm
file and just use the URL value instead (testing
, in this case).reloadPassword
variable in config/settings.cfm
. When set, a reload request will only be honored when the correct password is also supplied, like this:set(allowEnvironmentSwitchViaUrl = false);