这是在httpd.conf中更改? 如果是的话,在哪里?
我有连接保持活着的问题,我知道http 1.0使默认情况下closures。
我不会尝试回滚到Apache 1.0,除非你完全没有select,因为你可能会介绍其他问题。
如果你还没有这样做,先尝试在httpd.conf中使用这些设置(假设apache2是基于redhat的distro |或者| apache2.conf,如果distro = debian的话)
Timeout 300 MaxKeepAliveRequests 256 KeepAliveTimeout 30
如果那个dosn't工作,你也可以设置这个指令
KeepAlive Off