@InfoHunter
Looking through the debug log for SEnginx, I noted entries with: "proxy cache extend: match content types, caching" (this occurred for a html asset => a 'fastcgi' http upstream request: "/index.php?q=". I note this 'cache_extend' occurred on a 'fastcgi' and not a 'proxy' upstream....
Checking the 'proxy cache extend' notes at the SEnginx Wiki: http://www.senginx.org/en/index.php/Cache_Extend it 'reads' as being only for use with "NGINX Proxy module"
So I assume (by virtue of the debug logs) that 'proxy cache extend' can be applied to both 1) "ngx_http_fastcgi_module" and 2) "ngx_http_proxy_module".
Sorry for the 'noise' - just need to understand the SEnginx "Cache Extend" better.
@InfoHunter
Looking through the debug log for SEnginx, I noted entries with: "proxy cache extend: match content types, caching" (this occurred for a html asset => a 'fastcgi' http upstream request: "/index.php?q=". I note this 'cache_extend' occurred on a 'fastcgi' and not a 'proxy' upstream....
Checking the 'proxy cache extend' notes at the SEnginx Wiki: http://www.senginx.org/en/index.php/Cache_Extend it 'reads' as being only for use with "NGINX Proxy module"
So I assume (by virtue of the debug logs) that 'proxy cache extend' can be applied to both 1) "ngx_http_fastcgi_module" and 2) "ngx_http_proxy_module".
Sorry for the 'noise' - just need to understand the SEnginx "Cache Extend" better.