Tag: apache2

  • Virtual host challenges DocumentRoot must be set for…

    Virtual host challenges DocumentRoot must be set for whatever port `*.80` or `*.443` that you wish to direct to. https://community.letsencrypt.org/t/problem-binding-to-port-80-could-not-bind-to-ipv4-or-ipv6/60527 : To use –standalone you must stop your apache before you run certbot. The standalone spins up a temporary web service to enable responses to the challenge request. This is only used when there is…

  • Apache Crashing with PHP 7 Enabled after High Sierra Upgrade

    Upgrading (partially) for a System PHP 7 I finally got around to upgrading to High Sierra, which has PHP 7 as a system PHP instead of PHP 5.6. As part of that upgrade, my quick hacks of httpd-vhosts.conf for a couple of small projects had disappeared, since bringing up those virtual hosts would bring up…