由 ministerwuxi 在 08-01-2003 09:16 发表:
apache的配置
apache的配置
我的系统是redhat 7。3
是全部安装的
里面的mysql apache php都有的
但是我想配置主页的时候就遇到了问题
我的主页在/www目录下 为index.html
我在http.conf中设置DocumentRoot "/www"
我的servername abc
但是每次打开 127.0.0.1
总是出来的是 apache 的testpage的主页而不是我的主页
以前我自己 在redhat8 下装的 apache php mysql
只要设置DocumentRoot /www就可以了
现在系统自己带的apache 不知道怎么培植
请教!!!!!!!!!!?
由 llcspring 在 08-01-2003 09:28 发表:
检查
DocumentRoot "/www"
1<directory "="" www"="">
2
3
4
5DirectoryIndex index.html</directory>