自己写了一个httpd.conf 内容如下
DocumentRoot "/home/web/google"
DirectoryIndex google.htm
Listen 80
ServerRoot "etc/httpd"
ErrorLog logs/error_log
CustomLog logs/access_log combined
ServerAdmin guizuxia@163.com
ServerName 192.168.1.200:80
AddDefaultCharset GB2312
出错提示是:Invalid command 'DirectoryIndex', perhaps mis-spelled or defined by a module not
included in the server configuration
请问怎么办
[ 本帖最后由 aloria 于 2009-2-7 21:04 编辑 ]
songmuyi 于 2009-02-13 14:38:13发表:
或者是/home/web/google这个文件夹权限的问题吧
zxf_shi 于 2009-02-10 17:35:43发表:
aloria 于 2009-02-08 20:24:37发表:
:0)1