dwg520 2007-10-29 20:48
redhat 启动apache失败,帮帮忙?
<TABLE cellSpacing=0 cellPadding=0 width="95%" align=center border=0>
<TBODY>
<TR>
<TD>
<TABLE height=20 cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD vAlign=top bgColor=#bae3ff><IMG height=22 alt="" src="http://192.168.208.128:12345/images/tabs/blue_left.jpg" width=13></TD>
<TD bgColor=#bae3ff> <B>错误 </B> </TD>
<TD vAlign=top bgColor=#bae3ff><IMG height=22 alt="" src="http://192.168.208.128:12345/images/tabs/blue_right.jpg" width=19></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="95%" align=center border=0>
<TBODY>
<TR>
<TD bgColor=#ffffff>
<TABLE cellSpacing=0 cellPadding=0 width="95%" align=center border=0>
<TBODY>
<TR>
<TD><BR>
<H3>启动apache失败 : <PRE>Starting httpd: Syntax error on line 951 of /etc/httpd/conf/httpd.conf:
SendBufferSize must be >= 512 bytes, or 0 for system default.
[FAILED]
</PRE></H3></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<P>我安装的是</P>
<P>构建于 localhost.localdomain (Redhat Linux 9), 版本 1.370</P>
<P>请问一下,我的问题如何解决,还有我去引导关机,已经启动httpd服务了</P>
<P>请问是那里出了错。</P>
dylan159263 2007-10-30 15:20
Starting httpd: Syntax error on line 951 of /etc/httpd/conf/httpd.conf:
感觉上是配置文件的951行有问题,是不是虚拟主机配置问题。
我已经好长时间不碰linux了,去看看关于httpd.conf详解的文档吧。
dwg520 2007-11-1 22:21
我也不知道怎样搞才可以!我已经重装过系统了,这个版不是聊linux的吗?怎么没有说呢?
43005198 2007-11-9 15:56
检查httpd.conf文件951行
SendBufferSize 指令
说明: TCP buffer size
语法: SendBufferSize bytes
默认值: SendBufferSize 0
上下文: 服务器配置
状态: MPM
模块: beos, leader, mpm_netware, mpm_winnt, mpmt_os2, perchild, prefork, threadpool, worker
The server will set the TCP buffer size to the number of bytes specified. Very useful to increase past standard OS defaults on high speed high latency (i.e., 100ms or so, such as transcontinental fast pipes).
If set to the value of 0, the server will use the OS deault.
一般设置为
SendBufferSize 65536
独孤天血 2007-12-19 08:48
晕了....................................