一、启动Apache
sudo apachectl start
sudo apachectl -v 可以查看到Apache的版本信息
此时在浏览器中输入http://localhost,会出现It works!的页面
sudo apachectl restart 重启Apache
如果你遇到这个问题:
** Forbidden
You don't have permission to access /untitled1/test.php on this server
**
本文介绍了如何使用命令行启动、重启Apache服务器,并验证其版本信息。同时,针对常见的权限问题提供了简单的故障排查方法。
一、启动Apache
sudo apachectl start
sudo apachectl -v 可以查看到Apache的版本信息
此时在浏览器中输入http://localhost,会出现It works!的页面
sudo apachectl restart 重启Apache
如果你遇到这个问题:
** Forbidden
You don't have permission to access /untitled1/test.php on this server
**

被折叠的 条评论
为什么被折叠?