热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

awsphp环境,amazonawsredhatlinux配置php环境

apache默认主页地址apachehtdocsindex.htmlapache重新启动命令:usrlocalapache2binapachectlre

apache默认主页地址 ....../apache/htdocs/index.html

apache重新启动命令:

/usr/local/apache2/bin/apachectl restart 重启

10、修改默认的Web站点目录

默认的目录为  "/usr/local/apache2/htdocs",修改apache的配置文件httpd.conf,比如在新建一个 /home/gyw/WebSite的目录作为apache的站点目录

找到DocumentRoot这一行修改为:DocumentRoot "/home/gyw/WebSite"

找到 这一行修改为:

测试:修改到文件夹出现错误:

“You don't have permission to access /index.html on this server.”

解决方法:

更改文件权限;chmod 755 index.html

打开apache配置文件httpd.conf,找到这么一段:     Options FollowSymLinks     AllowOverride None     Order deny,allow     deny from all     Satisfy all



推荐阅读
author-avatar
晴可倾
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有