Unicode and cache issues with js files

Description

I'm noticing something weird when updating and trying to re-run my local js file. An old version, or partially complete version is repeatedly served instead of the correct, full file.

The only thing that fixes it (I have cacheing switched off in my browser, and its happening in all my browsers) is vagrant halt, then vagrant up.

Unsuccessful attempts to fix it include:

  • quitting and restarting my browsers

  • loading the js directly in the browser and adding ?sdfkjh to end of url

  • right clicking in Firebug to 'resend'

Found this similar issue on stackoverflow: http://stackoverflow.com/questions/12782946/js-and-css-files-in-vagrant-not-properly-encoded-when-saved-outside-of-the-vm

The fix that did work was putting the following inside /web/.htaccess

EnableMMAP Off
EnableSendfile Off

Activity

Show:

Eric Hogue June 21, 2013 at 12:56 AM

I created a PR (https://github.com/joindin/joindin-vm/pull/11) with the changes. Can you try it to see if it fixes your problem please.

Eric Hogue June 21, 2013 at 12:54 AM

I added the config to the vhost.

https://github.com/joindin/joindin-vm/pull/11

Eric Hogue June 20, 2013 at 5:53 PM

I'll see if I can add this to the vhost so there is no need to modify the other projects.

Fixed

Details

Assignee

Reporter

Labels

Components

Priority

Created June 20, 2013 at 3:49 PM
Updated February 24, 2015 at 1:12 PM
Resolved July 5, 2013 at 2:08 AM