macos 02 - Apache
macos已经内置apache, 只需要记住以下几条命令即可:
开启Apache命令: sudo apachectl start
重启Apache命令: sudo apachectl restart
Apache的配置文件: /etc/apache2/httpd.conf
Apache的网站目录: /Library/WebServer/Documents (在配置文件中修改此目录, 即可绕开权限问题)
macos已经内置apache, 只需要记住以下几条命令即可:
开启Apache命令: sudo apachectl start
重启Apache命令: sudo apachectl restart
Apache的配置文件: /etc/apache2/httpd.conf
Apache的网站目录: /Library/WebServer/Documents (在配置文件中修改此目录, 即可绕开权限问题)