You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jason Martens <jm...@cityofevanston.org> on 2003/11/03 18:29:28 UTC

[users@httpd] Problem running apachectl graceful on RHEL 2.1

Hey Guys, 
   I have Apache 2.0.48 compiled by hand on RedHat EL 2.1, and I'm
having problems restarting apache from time to time. Sometimes it works,
but sometimes it doesn't.  If you look at the time between issuing the
apachectl graceful, and the time when it actually restarted, it's about
5 minutes on the first restart. During that period, I have 2 running
httpd processes and about 7 defunct httpd processes. On the second
restart, it looks like it works just fine. I've tried googling and bug
database, but couldn't find much. Any ideas?

NOTE: removed some ldap messages that didn't seem relevant...

First Restart
[Mon Nov 03 10:47:00 2003] [notice] Graceful restart requested, doing
restart
[Mon Nov 03 10:52:54 2003] [notice] Digest: generating secret for digest
authentication ...
[Mon Nov 03 10:52:54 2003] [notice] Digest: done
[Mon Nov 03 10:52:54 2003] [info] Init: Initializing OpenSSL library
[Mon Nov 03 10:52:54 2003] [info] Init: Seeding PRNG with 136 bytes of
entropy
[Mon Nov 03 10:52:54 2003] [info] Init: Generating temporary RSA private
keys (512/1024 bits)
[Mon Nov 03 10:52:54 2003] [info] Init: Generating temporary DH
parameters (512/1024 bits)
[Mon Nov 03 10:52:54 2003] [debug] ssl_scache_shmcb.c(389): shmcb_init
allocated 512000 bytes of shared memory
[Mon Nov 03 10:52:54 2003] [debug] ssl_scache_shmcb.c(592): entered
shmcb_init_memory()
[Mon Nov 03 10:52:54 2003] [debug] ssl_scache_shmcb.c(614): for 512000
bytes, recommending 4266 indexes
[Mon Nov 03 10:52:54 2003] [debug] ssl_scache_shmcb.c(657):
shmcb_init_memory choices follow
[Mon Nov 03 10:52:54 2003] [debug] ssl_scache_shmcb.c(659):
division_mask = 0x1F
[Mon Nov 03 10:52:54 2003] [debug] ssl_scache_shmcb.c(661):
division_offset = 64
[Mon Nov 03 10:52:54 2003] [debug] ssl_scache_shmcb.c(663):
division_size = 15998
[Mon Nov 03 10:52:54 2003] [debug] ssl_scache_shmcb.c(665): queue_size =
1604
[Mon Nov 03 10:52:54 2003] [debug] ssl_scache_shmcb.c(667): index_num =
133
[Mon Nov 03 10:52:54 2003] [debug] ssl_scache_shmcb.c(669): index_offset
= 8
[Mon Nov 03 10:52:54 2003] [debug] ssl_scache_shmcb.c(671): index_size =
12
[Mon Nov 03 10:52:54 2003] [debug] ssl_scache_shmcb.c(673):
cache_data_offset = 8
[Mon Nov 03 10:52:54 2003] [debug] ssl_scache_shmcb.c(675):
cache_data_size = 14386
[Mon Nov 03 10:52:54 2003] [debug] ssl_scache_shmcb.c(688): leaving
shmcb_init_memory()
[Mon Nov 03 10:52:54 2003] [info] Shared memory session cache
initialised
[Mon Nov 03 10:52:54 2003] [info] Init: Initializing (virtual) servers
for SSL
[Mon Nov 03 10:52:54 2003] [info] Server: Apache/2.0.48, Interface:
mod_ssl/2.0.48, Library: OpenSSL/0.9.6b
[Mon Nov 03 10:52:54 2003] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Mon Nov 03 10:52:54 2003] [notice] LDAP: SSL support unavailable
[Mon Nov 03 10:52:54 2003] [notice] Apache configured -- resuming normal
operations
[Mon Nov 03 10:52:54 2003] [info] Server built: Oct 30 2003 16:59:10
[Mon Nov 03 10:52:54 2003] [debug] prefork.c(1037): AcceptMutex: sysvsem
(default: sysvsem)
[Mon Nov 03 10:52:54 2003] [debug] proxy_http.c(109): proxy: HTTP:
canonicalising URL //some.server.com:81/content/
[Mon Nov 03 10:52:54 2003] [debug] mod_proxy.c(459): Trying to run
scheme_handler
[Mon Nov 03 10:52:54 2003] [debug] proxy_http.c(1076): proxy: HTTP:
serving URL http://some.server.com:81/content/?current_list=is-announce
[Mon Nov 03 10:52:54 2003] [debug] proxy_http.c(221): proxy: HTTP
connecting http://some.server.com:81/content/?current_list=is-announce
to some.server.com:81
[Mon Nov 03 10:52:54 2003] [info] (32)Broken pipe: core_output_filter:
writing data to the network
[Mon Nov 03 10:52:54 2003] [info] (32)Broken pipe: core_output_filter:
writing data to the network
[Mon Nov 03 10:52:54 2003] [info] (32)Broken pipe: core_output_filter:
writing data to the network
[Mon Nov 03 10:52:54 2003] [info] (32)Broken pipe: core_output_filter:
writing data to the network
[Mon Nov 03 10:52:54 2003] [debug] proxy_util.c(1203): proxy: HTTP: fam
2 socket created to connect to some.server.com
[Mon Nov 03 10:52:54 2003] [debug] proxy_http.c(370): proxy: socket is
connected
[Mon Nov 03 10:52:54 2003] [debug] proxy_http.c(404): proxy: connection
complete to 10.34.7.31:81 (some.server.com)
[Mon Nov 03 10:52:54 2003] [debug] proxy_http.c(917): proxy: start body
send
[Mon Nov 03 10:52:54 2003] [debug] proxy_http.c(976): proxy: end body
send


Second Restart
[Mon Nov 03 11:12:40 2003] [notice] Graceful restart requested, doing
restart
[Mon Nov 03 11:12:46 2003] [debug] mpm_common.c(521): (70007)The timeout
specified has expired: connect to listener
[Mon Nov 03 11:12:46 2003] [notice] Digest: generating secret for digest
authentication ...
[Mon Nov 03 11:12:46 2003] [notice] Digest: done
[Mon Nov 03 11:12:46 2003] [info] Init: Initializing OpenSSL library
[Mon Nov 03 11:12:46 2003] [info] Init: Seeding PRNG with 136 bytes of
entropy
[Mon Nov 03 11:12:46 2003] [info] Init: Generating temporary RSA private
keys (512/1024 bits)
[Mon Nov 03 11:12:46 2003] [info] Init: Generating temporary DH
parameters (512/1024 bits)
[Mon Nov 03 11:12:46 2003] [debug] ssl_scache_shmcb.c(389): shmcb_init
allocated 512000 bytes of shared memory
[Mon Nov 03 11:12:46 2003] [debug] ssl_scache_shmcb.c(592): entered
shmcb_init_memory()
[Mon Nov 03 11:12:46 2003] [debug] ssl_scache_shmcb.c(614): for 512000
bytes, recommending 4266 indexes
[Mon Nov 03 11:12:46 2003] [debug] ssl_scache_shmcb.c(657):
shmcb_init_memory choices follow
[Mon Nov 03 11:12:46 2003] [debug] ssl_scache_shmcb.c(659):
division_mask = 0x1F
[Mon Nov 03 11:12:46 2003] [debug] ssl_scache_shmcb.c(661):
division_offset = 64
[Mon Nov 03 11:12:46 2003] [debug] ssl_scache_shmcb.c(663):
division_size = 15998
[Mon Nov 03 11:12:46 2003] [debug] ssl_scache_shmcb.c(665): queue_size =
1604
[Mon Nov 03 11:12:46 2003] [debug] ssl_scache_shmcb.c(667): index_num =
133
[Mon Nov 03 11:12:46 2003] [debug] ssl_scache_shmcb.c(669): index_offset
= 8
[Mon Nov 03 11:12:46 2003] [debug] ssl_scache_shmcb.c(671): index_size =
12
[Mon Nov 03 11:12:46 2003] [debug] ssl_scache_shmcb.c(673):
cache_data_offset = 8
[Mon Nov 03 11:12:46 2003] [debug] ssl_scache_shmcb.c(675):
cache_data_size = 14386
[Mon Nov 03 11:12:46 2003] [debug] ssl_scache_shmcb.c(688): leaving
shmcb_init_memory()
[Mon Nov 03 11:12:46 2003] [info] Shared memory session cache
initialised
[Mon Nov 03 11:12:46 2003] [info] Init: Initializing (virtual) servers
for SSL
[Mon Nov 03 11:12:46 2003] [info] Server: Apache/2.0.48, Interface:
mod_ssl/2.0.48, Library: OpenSSL/0.9.6b
[Mon Nov 03 11:12:46 2003] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Mon Nov 03 11:12:46 2003] [notice] LDAP: SSL support unavailable
[Mon Nov 03 11:12:46 2003] [notice] Apache configured -- resuming normal
operations
[Mon Nov 03 11:12:46 2003] [info] Server built: Oct 30 2003 16:59:10
[Mon Nov 03 11:12:46 2003] [debug] prefork.c(1037): AcceptMutex: sysvsem
(default: sysvsem)


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org