Lars,

> Synopsis: server processes in keepalive state do not die after
> keepalive-timeout 
> 
> State-Changed-From-To: open-feedback
> State-Changed-By: [EMAIL PROTECTED]
> State-Changed-When: Sat Oct 18 05:35:51 PDT 1997
> State-Changed-Why:
> 
> I cannot verify your problem (I'm using Solaris 2.4/2.5 myself).
> Please mail your httpd.conf (at least the important
> directives, eg. Timeout, KeepAlive* etc.).

I've attached httpd.conf.  It is for Apache+SSL+PHP, but I verified the
effect on vanilla apache, without any additions - it's the same.

> And please check if you have the lasted Sun (tcp-)patches
> installed on your system.

Attached are directory listings of /var/sadm/patch on two machines where
I noticed this behavior.  Another note that may be relevant: *both*
machines have two processors - 2CPU SS20 and 2CPU Ultra Enterptise 4000.

On Monday of Tuesday, I will install the latest recommended patches,
check again and notify you.

Thank you.

Eugene
# This is the main server configuration file. See URL http://www.apache.org/
# for instructions.

ServerType standalone
HostnameLookups on
User httpd
Group http
Timeout 400
KeepAlive on
KeepAliveTimeout 15
MaxKeepAliveRequests 10
MinSpareServers 5
MaxSpareServers 10
StartServers 5
MaxClients 100
MaxRequestsPerChild 30

phpShowInfo off

BindAddress www.online.ru
Port 8080
Listen www.online.ru:8080
Listen www.online.ru:8443
Listen www.average.org:80
Listen www.average.org:443
Listen registrar.online.ru:80
Listen registrar.online.ru:443

# <VirtualHost www.online.ru:8080>
ServerName www.online.ru
ResourceConfig conf.online/srm.conf
AccessConfig   conf.online/access.conf
ServerAdmin [EMAIL PROTECTED]
ErrorLog /var/log/http/online/error_log
TransferLog /var/log/http/online/access_log
LogFormat "%h %l %u %t \"%r\" %s %b | \"%{Referer}i\" \"%{User-Agent}i\""
#ServerRoot /www
SSLDisable
# </VirtualHost>

<VirtualHost www.online.ru:8443>
ServerName www.online.ru
#ServerRoot /www
ResourceConfig conf.online/srm.conf
AccessConfig   conf.online/access.conf
ServerAdmin [EMAIL PROTECTED]
ErrorLog /var/log/http/online/error_log
TransferLog /var/log/http/online/access_log
LogFormat "%h %l %u %t \"%r\" %s %b | \"%{Referer}i\" \"%{User-Agent}i\""
SSLCACertificateFile rol-ca.cert
SSLCertificateFile rolcert.pem
SSLCertificateKeyFile rolkey.pem
SSLVerifyClient 0
#SSLVerifyDepth 3
#SSLFakeBasicAuth
SSLLogFile /var/log/http/online/ssl_log
</VirtualHost>

<VirtualHost registrar.online.ru:80>
ServerName registrar.online.ru
ResourceConfig conf.registrar/srm.conf
AccessConfig   conf.registrar/access.conf
ServerAdmin [EMAIL PROTECTED]
ErrorLog /var/log/http/registrar/error_log
TransferLog /var/log/http/registrar/access_log
LogFormat "%h %l %u %t \"%r\" %s %b | \"%{Referer}i\" \"%{User-Agent}i\""
#ServerRoot /www
SSLDisable
</VirtualHost>

<VirtualHost registrar.online.ru:443>
ServerName registrar.online.ru
#ServerRoot /www
ResourceConfig conf.registrar/srm.conf
AccessConfig   conf.registrar/access.conf
ServerAdmin [EMAIL PROTECTED]
ErrorLog /var/log/http/registrar/error_log
TransferLog /var/log/http/registrar/access_log
LogFormat "%h %l %u %t \"%r\" %s %b | \"%{Referer}i\" \"%{User-Agent}i\""
SSLCACertificateFile rol-ca.cert
SSLCertificateFile registrar.cert
SSLCertificateKeyFile registrar.key
SSLVerifyClient 0
#SSLVerifyDepth 3
#SSLFakeBasicAuth
SSLLogFile /var/log/http/online/ssl_log
</VirtualHost>

<VirtualHost www.average.org:80>
ServerName www.average.org
#ServerRoot /www.average
ResourceConfig /www.average/conf/srm.conf
AccessConfig   /www.average/conf/access.conf
ServerAdmin [EMAIL PROTECTED]
ErrorLog /www.average/logs/error_log
TransferLog /www.average/logs/access_log
LogFormat "%h %l %u %t \"%r\" %s %b | \"%{Referer}i\" \"%{User-Agent}i\""
SSLDisable
</VirtualHost>

<VirtualHost www.average.org:443>
ServerName www.average.org
#ServerRoot /www.average
ResourceConfig /www.average/conf/srm.conf
AccessConfig   /www.average/conf/access.conf
ServerAdmin [EMAIL PROTECTED]
ErrorLog /www.average/logs/error_log
TransferLog /www.average/logs/access_log
LogFormat "%h %l %u %t \"%r\" %s %b | \"%{Referer}i\" \"%{User-Agent}i\""
SSLCACertificatePath /www.average/ssl/certs
#SSLCACertificateFile /www.average/ssl/certs/avg-ca.cert
SSLCertificateFile /www.average/ssl/certs/httpd.cert
SSLCertificateKeyFile /www.average/ssl/private/httpd.key
SSLVerifyClient 2
SSLVerifyDepth 3
SSLFakeBasicAuth
SSLLogFile /www.average/logs/ssl.log
</VirtualHost>

# New and undocumented directives
#SSLRequiredCiphers
#SSLRequireCipher
#SSLBanCipher
SunOS phobos 5.5.1 Generic_103640-03 sun4m sparc SUNW,SPARCstation-20
total 30
drwxr-x---   2 root     other        512 Feb 21  1997 103461-10
drwxr-x---   2 root     other        512 Feb 21  1997 103558-05
drwxr-x---   2 root     other        512 Feb 21  1997 103582-02
drwxr-x---   2 root     other        512 Feb 21  1997 103594-06
drwxr-x---   2 root     other        512 Feb 21  1997 103612-07
drwxr-x---   2 root     other        512 Feb 21  1997 103630-03
drwxr-x---   2 root     other        512 Feb 21  1997 103640-03
drwxr-x---   2 root     other        512 Feb 21  1997 103663-03
drwxr-x---   2 root     other        512 Feb 21  1997 103680-01
drwxr-x---   2 root     other        512 Feb 21  1997 103686-01
drwxr-x---   2 root     other        512 Feb 21  1997 103696-01
drwxr-x---   2 root     other        512 Feb 21  1997 103743-01
drwxr-x---   2 root     other        512 Feb 21  1997 103766-02
drwxr-x---   2 root     other        512 Feb 21  1997 103817-01
drwxr-x---   2 root     other        512 Feb 21  1997 103959-02
SunOS mars 5.5.1 Generic_103640-05 sun4u sparc SUNW,Ultra-Enterprise
total 38
drwxr-x---   2 root     other        512 May 20 12:44 103558-05
drwxr-x---   2 root     other        512 May 20 12:45 103582-06
drwxr-x---   2 root     other        512 May 20 12:45 103591-04
drwxr-x---   2 root     other        512 May 20 12:45 103594-06
drwxr-x---   2 root     other        512 May 20 12:46 103612-07
drwxr-x---   2 root     other        512 May 20 12:47 103630-05
drwxr-x---   2 root     other        512 May 20 12:49 103640-05
drwxr-x---   2 root     other        512 May 20 12:44 103663-05
drwxr-x---   2 root     other        512 May 20 12:49 103680-01
drwxr-x---   2 root     other        512 May 20 12:50 103686-01
drwxr-x---   2 root     other        512 May 20 12:50 103696-02
drwxr-x---   2 root     other        512 May 20 12:51 103743-01
drwxr-x---   2 root     other        512 May 20 12:38 103766-02
drwxr-x---   2 root     other        512 May 20 12:51 103817-01
drwxr-x---   2 root     other        512 May 20 12:52 103866-02
drwxr-x---   2 root     other        512 May 20 12:53 103879-04
drwxr-x---   2 root     other        512 May 20 12:54 103900-01
drwxr-x---   2 root     other        512 May 20 12:52 104010-01
drwxr-x---   2 root     other        512 May 20 12:53 104516-01

Reply via email to