On 6/15/2020 7:06 PM, Jay Hart wrote: > Jun 15 21:17:28 dream httpd[1534]: (99)Cannot assign requested address: AH00072: make_sock: could > not bind to address 10.20.30.11:80 Could some transient service be holding port 80 at that time? You could probably arrange to run a script that runs "lsof -i" and "ip addr show", dumping the output to a temp file, just before httpd runs to see what's not set up right.