I have a simple LAMP stack with a php REST API. Periodically, the server returns the following error xml:
<Error>
−
<reason>
Service temporarily unavailable. Please try again later.
</reason>
</Error>
What is producing this error? Is it Apache?
I search the Apache logs and was unable to find any errors that would indicate this type of error.