LOCAL
ポート80でかぶってるものをリストアップ
sudo lsof -i:80; sudo lsof -tnP -i:80 | xargs -n 1 ps -p
停止
kill
___________________
起動に関連したログ
sudo /Applications/MAMP/Library/bin/apachectl configtest
「Cannot define multiple Listeners on the same IP:port」って出る。
___________________
Apache の起動
$ sudo apachectl start
Apache の停止
$ sudo apachectl stop
| 固定リンク
コメント