Results 12 comments of itpp16

Can you try this; Line 176, .. - key = ngx_array_push(&r->cache->keys); .. + key = ngx_array_push(&r->keys); See also https://github.com/FRiCKLE/ngx_cache_purge/blob/master/ngx_cache_purge_module.c line 1381, a quick look, this looks similar to what ajp...

I know :( Still looking for a solution. Without the cache ajp does work fine.

Good news is it works but during cache initialization (nginx startup) it crashes a worker, only once but still indicating some issue somewhere. I'll try to debug later, maybe https://github.com/davidjb...

Its not array_push, its crashing a worker when the cache manager is called to cleanup or refill the old cache, caching by itself is not working either. Still looking deeper...

Me too :) haven't had more time yet for debugging.

No progress in debugging but I did made a workaround, please try this to see if this works for you: http { ``` proxy_cache_path ajp_temp/ajp_cache levels=1:2 keys_zone=ajp_cache_zone:10m inactive=24h max_size=2m; ```...

A bit late reply but this should work: https://github.com/openresty/headers-more-nginx-module

I'll collect some error messages, I've tried many options from plain to setting build libraries, each with a different error, and once I solve an error another one pops up...

I got it working now :) First 2 issues: http://stackoverflow.com/questions/32092511/resource-error-in-android-studio-after-update-no-resource-found http://stackoverflow.com/questions/31653002/how-to-use-the-legacy-apache-http-client-on-android-m Then this one "setLatestEventInfo": https://github.com/OneBusAway/onebusaway-android/issues/290 https://github.com/bitstadium/HockeySDK-Android/pull/81/files I've just disabled it for now: MemorizingTrustManager.java: /\* Error:(385, 4) error: cannot find...

Ah ok, tnx, all I wanted was the channel sub-menu changed, removed 'zap' because I only use stream and moved stream to the top which saves 4 remote control steps...