要432w 发表于 2017-3-21 11:29:45

apache下默认首页

1。关于出错页面的小结    Include conf.d/*.conf 所有在conf.d下的以.conf结尾的文件作为补充配置文件。    在el3中有conf.d/welcome.conf    内容
   Options -Indexes   ErrorDocument 403 /error/noindex.html    作用是当 目录下无index文件时,自动转到/error/noindex.html中    而在rh9中 是直接写到httpd.conf中,包含这些内容。
页: [1]
查看完整版本: apache下默认首页