Re: How to delete cache based on expires headers?

2013-12-23 Thread Indo Php
Hello.. Can somebody help me on this? Thank you before On Thursday, December 19, 2013 11:21 AM, Indo Php wrote: Hi I'm using proxy_cache to mirror my files with the configuration below proxy_cache_path  /var/cache/nginx/image levels=1:2 keys_zone=one:10m inactive=7d     max_size=100g; O

Re: bug in spdy - 499 response code on long running requests

2013-12-23 Thread Valentin V. Bartenev
On Sunday 22 December 2013 22:51:46 bahaa wrote: > I think it's a bug. Quote from spdy2 spec: > "Receivers of a PING frame should send an identical frame to the sender as > soon as possible (if there is other pending data waiting to be sent, PING > should take highest priority)." > The actual bug

Redirect loop in combination with https and apache

2013-12-23 Thread Martijn Hodenpijl
Hi, We have a setup with tomcat/apache and nginx. When a redirect occurs from the application from https to http, the nginx gets trapped in a redirect loop. In the apache configuration we have this setting: ExpiresActive On ExpiresDefault "access plus 1 month" ExpiresByType image/gif "access p