
lamp
sunsijia21983
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Apache 配置文件详情
这个是服务器访问的路径,就是你在浏览器的地址栏里面打localhost,他会默认到这个文件夹里面寻找index。 我把order allow,deny 注释上了,原来访问文件夹访问不了,现在能看见文件夹了, 原来是看不见的,现在能看见了。原创 2017-07-28 17:06:47 · 418 阅读 · 0 评论 -
配置lamp环境
安装 一. Apache 安装 yum install -y httpd 启动 /etc/init.d/httpd start 备注:Apache启动之后会提示错误: 正在启动httpd:httpd: Could not reliably determine the server’s fully qualif domain name, using转载 2017-07-28 17:52:11 · 319 阅读 · 0 评论