- 论坛徽章:
- 0
|
系统是linux enterprise 3,apache是1.3的
我已将apache/conf/httpd.conf做了如下设置
DocumentRoot "/usr/local/apache/htdocs"
<Directory "/usr/local/apache/htdocs">
在文档里搜索“var/www/html”也没有找到。
敲localhost也可以看到apache的欢迎界面
但如果把测试文档到在htdocs下就找不到。
重启过N次apache了。
啥问题呀??
在apache的欢迎界面上,有这样一句:
If you are the website administrator:
You may now add content to the directory /var/www/html/. Note that until you do so, people visiting your website will see this page, and not your content. To prevent this page from ever being used, follow the instructions in the file /etc/httpd/conf.d/welcome.conf.
其中“people visiting your website will see this page, and not your content. ”是什么意思呀??
我的错误跟这个有关系吗??谢谢! |
|