Help. Upgrade to 8.1 has not worked #1457
-
Upgraded mac mojave php 7.3 to 8.1 using guide from https://stitcher.io/blog/php-81-upgrade-mac php -v now shows However... I have "ServerName" in /private/etc/apache2/httpd.conf httpd -v I am at a loss as to what to do next Anyone who can assist will be greatly appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
followup... |
Beta Was this translation helpful? Give feedback.
-
...6+ hours later which was already existing at on my system at This new httpd for Apache rendered any terminal command sudo apachectl restart[start/stop/configtest] useless, hence the AH00558 errors I finally concluded "/usr/local/etc/httpd/httpd.conf" was now the new "default" for all Apache "sudo apachectl commands" Maybe I should have chosen "Normal upgrade: brew upgrade php" Maybe this experience noted here may help someone else |
Beta Was this translation helpful? Give feedback.
-
It is not a good idea to mix PHP from brew and apache from the system, especially on old macOS versions like Mojave. It is recommended to use apache from brew i.e |
Beta Was this translation helpful? Give feedback.
It is not a good idea to mix PHP from brew and apache from the system, especially on old macOS versions like Mojave.
It is recommended to use apache from brew i.e
httpd
.The formula and dependencies are the same on the core repo and in this tap. So you would have the same upgrade experience.