You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Some cache backends might need to call specific code at startup of a process. In the case of Apache mpm_event, child_init is executed after process start (fork) and before starting any threads that will do actual request processing.
* Use single noop child init function for all cache backends
* mapcache_cache_child_init needs a DLL export to not cause linking problems on Windows
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, "creating a child process mapcache connection pool on server %s for alias %s", s->server_hostname, alias_entry->endpoint);
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, "creating a child process mapcache connection pool on server %s for alias %s", s->server_hostname, alias_entry->endpoint);
0 commit comments