apache默认首页和默认网站的配置

回复 收藏
默认首页的配置:
      第一种:直接修改apache服务器的配置文件./conf/httpd.conf中的DirectoryIndex,如:(项目web以index.php为首页)

                        DirectoryIndex index.html index.php
                  
      第二种:apache服务器的配置文件./conf/httpd.conf中DirectoryIndex默认不变为index.html,此时需要当前项目下增加一个index.html文件,文件的内容如下编辑:(项目web以index.php为首页)
index.html文件的内容如下:

      以上两种方式,在地址栏中输入http://localhost/web就可以直接访问到index.php的页面。
默认网站的配置:(项目以web为例)
      第一种:直接修改apache服务器的配置文件./conf/httpd.conf中的DocumentRoot和Directory,如:
DocumentRoot "/usr/local/apache/htdocs/web"

      第二种:不修改apache服务器的默认配置文件httpd.conf,而是,修改./htdocs/目录下的index.html文件:
index.html文件的内容如下:

       以上两种方式,在地址栏中输入http://localhost就可以直接访问到web项目的网站。
2016-04-25 23:06 举报
已邀请:
0

木树

赞同来自:

学习了

回复帖子,请先登录注册

退出全屏模式 全屏模式 回复
评分
可选评分理由: