Mac系统自带Apache服务器,不需要下载。
启动 在终端输入:sudo apachectl start
验证 在浏览器输入“http://localhost”或“http://127.0.0.1/”
显示It works!说明服务器已经启动成功了
Apache默认的根目录在“/Library/WebServer/Documents/”下。
可通过导航栏的前往文件夹功能
访问这个目录
Mac系统自带Apache服务器,不需要下载。
启动 在终端输入:sudo apachectl start
验证 在浏览器输入“http://localhost”或“http://127.0.0.1/”
显示It works!说明服务器已经启动成功了
Apache默认的根目录在“/Library/WebServer/Documents/”下。
可通过导航栏的前往文件夹功能
访问这个目录