|
发表于 2003-4-25 09:34:13
|
显示全部楼层
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "/www/html"
上面的一段是httpd.conf里的内容。
其中DocumentRoot "/www/html/"也是我后来改过的。而且使用正常。
你这样改也应该没问题吧。还有就是httpd.conf配置文件下面还有一些相应的设置都要改一下(它们的内容都是想对的) |
|