I have web services deployed in Apache/Mono server in my production. It is working fine, but sometimes it throws 500 error (internal server error) in my Apache log in a random manner (i.e. it throws this error irrespective of web service) and the consequent service calls after that throws 503(Service t开发者_如何学Pythonemp unavailable) error, which makes my Apache/Mono crash. I need to restart my Apache/mono to run the service.
So my questions are:
- What is the cause of the 500 error (internal server error)?
- What is the cause of the 503 error (server temp unavailable)?
- Is this errors caused due to Memory overflow in server?
- Is this problem due to Apache configuration problem or code problem?
精彩评论