On Wed, Sep 2, 2015 at 10:01 AM, Stefan Eissing <[email protected]> wrote: > Hmm. Is the > ap_hook_handler(core_upgrade_handler,NULL,NULL,APR_HOOK_REALLY_FIRST); > called for requests that mod_proxy_wstunnel makes against a backend?
yes, the guts of mod_proxy is just a handler, so this would run before that.
