What is the cause of 500/503 error in Apache/Mono? -
i have web services deployed in apache/mono server in production. working fine, sometime throws 500 error(internal server error) in apache log in random manner (i.e., throws error irrespective of web service) , consequent service calls after throws 503(service temp unavailable) error, makes apache/mono crashed. need restart apache/mono run service.
so question
- what cause of 500 error (internal server error)?
- what cause of 503 error (server temp unavilable)?
- is errors caused due memory overflow in server?
- is problem due apache configuration problem or code problem?
Comments
Post a Comment