perusio / drupal-with-nginx

Running Drupal using nginx: an idiosyncratically crafted bleeding edge configuration.
854 stars 246 forks source link

304 errors with drupal 6 configurations #204

Open jgardezi opened 9 years ago

jgardezi commented 9 years ago

Hi,

My configuration

Recently, I have noticed is that if I visit website shows blank page. So I went their, debugged the issue and found that when ever I clear the cache in Drupal 6 blank page shows up. Apache logs are showing following errors.

"GET / HTTP/1.1" 304 0 "http://example.com/" "Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3"

I think their is Drupal and Nginx cache conflict but can't figure out why this is happing. Drupal 6 caching mode is set to Normal.

Kind regards, Javed Gardezi