I have the same problem as discussed here: Apache caching javascript assets?. but, in my case, the problem persists.
Host windows 8.1
Vagrant Guest: Centos 6.6 32bits
I had uncommented those lines in /etc/httpd/conf/httpd.conf
:
EnableMMAP off
EnableSendfile off
Restart Apache
But the issue persists.
My changes weren't appearing and special characters were being added to the end of the file.
Thanks!