https://issues.apache.org/bugzilla/show_bug.cgi?id=55914
Christophe WEIDEMANN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Christophe WEIDEMANN <[email protected]> --- What i can tell you is that it appears "randomly" only after a graceful restart. I did not change any LoadModule items before the restart and i'm not using mod_logio. The server was not stressed when it happened Concerning the modules , only standard modules are used except mod_auth_kerb. But i was already using it with apache 2.2 release without problem. Details of Loaded Modules: core_module (static) so_module (static) http_module (static) access_compat_module (shared) actions_module (shared) alias_module (shared) authn_core_module (shared) auth_basic_module (shared) auth_kerb_module (shared) authn_file_module (shared) authnz_ldap_module (shared) authz_core_module (shared) authz_groupfile_module (shared) authz_host_module (shared) authz_owner_module (shared) authz_user_module (shared) autoindex_module (shared) socache_shmcb_module (shared) slotmem_shm_module (shared) cgid_module (shared) dir_module (shared) env_module (shared) expires_module (shared) headers_module (shared) imagemap_module (shared) include_module (shared) info_module (shared) lbmethod_byrequests_module (shared) ldap_module (shared) log_config_module (shared) logio_module (shared) mime_magic_module (shared) mpm_worker_module (shared) mime_module (shared) negotiation_module (shared) proxy_module (shared) proxy_balancer_module (shared) proxy_connect_module (shared) proxy_http_module (shared) rewrite_module (shared) setenvif_module (shared) speling_module (shared) ssl_module (shared) status_module (shared) unique_id_module (shared) unixd_module (shared) I compiled with the following line: ./configure --prefix=/local/products/revproxy --with-ldap \ --with-ssl=/usr/local/ssl \ --enable-mods-shared=\ "all ssl ldap cache proxy authn_alias file_cache authnz_ldap charset_lite \ dav_lock cache_disk imagemap" \ --with-included-apr \ --enable-nonportable-atomics=yes \ --enable-mpms-shared=all -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
