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

  1. what cause of 500 error (internal server error)?
  2. what cause of 503 error (server temp unavilable)?
  3. is errors caused due memory overflow in server?
  4. is problem due apache configuration problem or code problem?


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -