Apache本地服务器Mac
2020-08-20 本文已影响0人
主音King
开启服务
sudo apachectl start
关闭服务
sudo apachectl stop
重启服务
sudo apachectl restart
Apache服务器默认的web根目录在:/Library/WebServer/Documents
Apache的配置文件在:/etc/apache2
apache默认本地配置:
![](https://img.haomeiwen.com/i7522223/434fcc809adeb08b.png)
修改自己需要的:
开启服务
sudo apachectl start
关闭服务
sudo apachectl stop
重启服务
sudo apachectl restart
Apache服务器默认的web根目录在:/Library/WebServer/Documents
Apache的配置文件在:/etc/apache2
apache默认本地配置:
修改自己需要的: