当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > rh9.0的apache怎么没有htdoc这个文件夹啊

Unix/Linux
Linux系统下如何监视系统资源使用率
怎样在Red Hat Linux上使用BIND建立DNS服务器
多点触控技术终于在Linux中实现
中科红旗Linux桌面7.0版引入QtSDK组件
系统启动管理器与GRUB
Linux系统下配置CVS集成cvstrac
解析Linux操作系统下usr的目录结构
Linux系统与Windows系统的线程有何不同
黑客怎样入侵Linux系统
维护inittab配置文件时需要注意的事项
FreeBSD为powerd设置cpu最小工作频率
如何配置Linux才能保证其系统的安全
光驱的软开关与限速简介
新手教程之创建锁文件的方法
双系统计算机怎样卸载其中一个?
运行Linux时的快捷键使用
phpMyAdmin安装方法及介绍
Wine中中文存在很多的乱码怎么解决?
Linux教程:tail命令的巧妙应用
Wget命令来浏览网页的方法

Unix/Linux 中的 rh9.0的apache怎么没有htdoc这个文件夹啊


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 30 ::
收藏到网摘: n/a


以前我用apache 时,apache的test page是在htdocs下面。但是在rh9里面我怎么也找不到这个文件夹和这个文件了
sakulagi 回复于:2003-11-19 21:44:06 If you check the httpd.conf shipped within RH9, you'll find that the default DocumentRoot is /var/www, not htdoc.
lingg2002 回复于:2003-11-19 22:11:38 but test page also not in /var/www or /var/www/html
sakulagi 回复于:2003-11-19 22:20:33 the test page is a error handling page of "HTTP 403" for disabled "autoindex".
The physical file is /var/www/error/noindex.html.
In short, if you have not a index.html(or index.htm or sth. else designated in httpd.conf by directive "DirectorIndex") in your Apaceh's "DocumentRoot", the noindex.html in /var/www/error will be displayed.
All these configuration can be customized in httpd.conf by yourself.
lhp1210 回复于:2003-11-19 22:41:41 怎么会没有呢!!!
FIND / -NAME HTDOCS吗!
好象在/USR/LOCAL/APACHE下呀!
sakulagi 回复于:2003-11-19 23:20:12 如果是rh9自带的就没有。

blueproton 回复于:2004-04-07 08:53:43 在/var/www/html下找不到我用DNS域名解析成功后默认对应的那个test page 可是配置文件里已经写好的是documentroot /var/www
AutoSPy 回复于:2004-04-08 08:34:19 直接修改 httpd.conf 好了