|
[root@MaxGoo root]# /etc/rc.d/init.d/httpd start
启动 httpd:[Sun Jan 07 23:51:27 2007] [notice] cannot use a full URL in a 401 ErrorDocument directive --- ignoring!
Syntax error on line 957 of /etc/httpd/conf/httpd.conf:
SetEnv takes 1-2 arguments, an environment variable name and optional value to pass to CGI.
[失败]
[root@MaxGoo root]#
下面是httpd.conf文件第957行这几行,
LogLevel debug
HostNameLookups off
SetEnv "" "" <第957行>
</VirtualHost>
不知道是怎么回事,/etc/rc.d/init.d/httpd stop停止了一下,装了个iasp,现在启动就成这样了????是不是这个地方要改一下? |
|