mac pro配置php开发环境
mac pro自带php和apache,所以我们只要配置下就好了
// 启动Apache服务 sudo apachectl start // 重启Apache服务 sudo apachectl restart // 停止Apache服务 sudo apachectl stop // 查看Apache版本 httpd -v
- 启动Apache
- 打开/etc/apache2/httpd.conf文件
- 搜索php,去掉开头注释符号#
- 重启Apache
- 访问http://localhost/
默认网站服务器根目录在/Library/WebServer/Documents路径下
相关推荐
zyyjay 2020-11-09
xuebingnan 2020-11-05
samtrue 2020-11-22
stefan0 2020-11-22
yifangs 2020-10-13
songshijiazuaa 2020-09-24
hebiwtc 2020-09-18
天步 2020-09-17
83911535 2020-11-13
whatsyourname 2020-11-13
zhouyuqi 2020-11-10
Noneyes 2020-11-10
mathchao 2020-10-28
王志龙 2020-10-28
wwwsurfphpseocom 2020-10-28
diskingchuan 2020-10-23
savorTheFlavor 2020-10-23