page.php - 2023.06.22 - 559 (342) - https://www.nascha.jp/life/ventura_local_server.html
*559
source ~/.profile
で反映させる。brew -v
とコマンドラインで打って何か返ってきたらちゃんとインストールできてる。
brew search php
でインストール可能なパッケージを探すbrew install php@8.0
でインストールスタートsource ~/.profile
しておく。
sudo vi /private/etc/apache2/extra/httpd-userdir.conf
この行から#を消す。
sudo vi /private/etc/apache2/users/(ユーザーフォルダ名).conf
sudo vi /private/etc/apache2/extra/httpd-vhosts.conf
sudo vi /etc/hosts
httpd -t
でテストしてSyntaxOKだったらsudo apachectl restart
でアパッチの再起動。http://(任意のサーバー名):8080/
でhttpd-vhost.confで設定した上のやつ、http://(任意のサーバー名):8081/
でhttpd-vhost.confで設定した下のやつが見える。はず。chmod 755 フォルダ名
2023/06/22