I just learned that changes to WAF will cause Apache to restart, which is likely to cause users to experience a broken pipe error. Therefore, we should be cautious about making changes during periods of peak usage.
When this occurs, you will see entries like this in the log file
Restarting gracefully
2018:05:05-11:07:34 defense httpd[25978]: [Sat May 05 11:07:34.590905 2018] [core:warn] [pid 25980] AH00111: Config variable ${URLHardening_HTTP_Hostname} is not defined
2018:05:05-11:07:34 defense httpd[25978]: AH00112: Warning: DocumentRoot [/var/www/REF_<someting>] does not exist
The DocumentRoot warning seems to appear at least once for each WAF site.
The config variable error will also repeat multiple times, but I don't have a grasp on what parameter determiens the number of entries to expect.
I have been blithely making WAF changes assuming that they would be transparent to any active users, as long as a specific site was not enabled or disabled. Now I know better.
This thread was automatically locked due to age.