以前我用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自带的就没有。