You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2016/07/11 18:59:32 UTC

[Bug 59842] Undefined symbol ap_get_useragent_host causes server to crash when performing graceful restart.

https://bz.apache.org/bugzilla/show_bug.cgi?id=59842

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Eric Covener <co...@gmail.com> ---
(In reply to Shawn Bailly from comment #0)
> It appears that a change in 2.4.19 in mod_access_compat.c:279, which changes
> the call of ap_get_remote_host to use ap_get_useragent_host causes an
> undefined symbol (ap_get_useragent_host) failure when doing a graceful
> reload of apache2. A full server restart works without issue, but the
> graceful causes the server to crash.

It should only happen if you overwrite the module while 2.4.19 is running and
try to perform a graceful restart. Your process is 2.4.19 but loading a
post-2.4.19 module.  Did it really persist past a single full stop/start of
Apache?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org