新しいXcodeが使いたかったので MacOS15(Sequoia) にアップグレードしたところ、やはりApacheでPHPが動かなくなっていた。
結論としては brew, openssl, php, httpd を全て再度インストールしたところ動くようになった。
以下、作業ログ
ps -ef | grep httpd したところ httpd は動いていたが、PHP はだめだった。
参考にしたサイトに
https://getgrav.org/blog/macos-sequoia-apache-multiple-php-versions
brew install openssl
が必要なような記述があった。
brew doctor
Warning: Some installed formulae are deprecated or disabled. You should find replacements for the following formulae: openssl@1.1 Warning: You are using macOS 15.
と macOS15 はサポートされていないような返答があったので再度インストールしてみた。
brew install openssl ....
Error: unknown or unsupported macOS version: :dunno
を記述すると
で /private/var/log/apache2/error_log に
% brew install httpd