0

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!

Community
  • 1
  • 1

1 Answers1

0

Problem solved

Problem: I was editing my files with sublimetext2 from windows host and saving those with Windows line endings Then linux guest served js files with wrong ending

Solution: I changed lines ending to unix in sublimetext2 Fixing Sublime Text 2 line endings?

Thanks

Community
  • 1
  • 1