1

I'm using Vagrant to set up a web server Apache2. So, I encountered a problem with cache from Apache:

I created a css file in my "Box Sync Folder Source". It's well updated in "Box Sync Folder Target" but when I refresh the browser no change is effective.

However I found "EnableSendfile Off" and "EnableMMAP Off" in my apache.conf ...

Anybody know how to fix it?

Robert
  • 10,403
  • 14
  • 67
  • 117
r0r0
  • 35
  • 6

1 Answers1

1

i'm in a happy day : i understood why the EnableSendfile was down... In my Vagrant, i installed an apache module named SpeedPage, that keep cache from all static pages. I desactivate this one and it runs well !

r0r0
  • 35
  • 6