petermolnaraaronpk, or anyone else with deep GPS-related service knowledge: is anyone aware of a relatively easy (either api calls or offline database) that could give me altitude information for lat/lon positions?
tanteklike this is injected into the middle of my markup, not by any of my code (I have no code that explicitly generates this) "<html><body><h1>503 Service Unavailable</h1> No server is available to handle this request.</body></html>""
aaronpkcould also be nothing to do with your code. that error also means there are no backend processes to handle the request, such as when the server gets too many requests and all the php processes are busy
tantekoh well, I've made a note of the conditions in case it happens again. I wonder if this is an excuse to "compile" your PHP for an "app" into a single file ;)
petermolnarbut unlike apc, opcache doesn't have a user-entry part, it's essentially bytecode cache only, APCu is there for the memcache-like user-data option