Tech specs in my sig...
Problem: I'm doing some web development on my 2015 MacBookPro, latest version of OSX El Capitan.
Well...weird thing is....when I'm running off the localhost, my HTML changes are no longer being served! I'm still getting HTML tags that were long deleted from the source code.
I know, your first reaction: clear browser cache. Fine. I did. Still getting the old HTML. Just to make sure I'm not going nuts, I installed Opera. Brand new install. Opera was never ever installed on this MacBookPro unless some joker in China temporarily futzed with it at the factory. Opera was still serving the old code.
That tells me that Apache is caching stuff, despite "common knowledge" that it does not cache stuff on OSX.
How do I flush the cache? Or if not necessarily flushing the cache, how do I get it to serve my changes??? I tried htcacheclean but it complains about the syntax, no matter what I try: htcacheclean -r, htcacheclean with a specified path, etc.
Problem: I'm doing some web development on my 2015 MacBookPro, latest version of OSX El Capitan.
Well...weird thing is....when I'm running off the localhost, my HTML changes are no longer being served! I'm still getting HTML tags that were long deleted from the source code.
I know, your first reaction: clear browser cache. Fine. I did. Still getting the old HTML. Just to make sure I'm not going nuts, I installed Opera. Brand new install. Opera was never ever installed on this MacBookPro unless some joker in China temporarily futzed with it at the factory. Opera was still serving the old code.
That tells me that Apache is caching stuff, despite "common knowledge" that it does not cache stuff on OSX.
How do I flush the cache? Or if not necessarily flushing the cache, how do I get it to serve my changes??? I tried htcacheclean but it complains about the syntax, no matter what I try: htcacheclean -r, htcacheclean with a specified path, etc.