mac 自带 apache
1. config
/etc/apache2/httpd.conf
2. root path
/Library/WebServer/Documents/
3. command
sudo apachectl start
sudo apachectl restart
sudo apachectl stop
4. host
http://127.0.0.1/ 或 http://localhost/
/etc/apache2/httpd.conf
/Library/WebServer/Documents/
sudo apachectl start
sudo apachectl restart
sudo apachectl stop
http://127.0.0.1/ 或 http://localhost/