Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
i have web services deployed in Apache/Mono server in my production. It is working fine, but sometime 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 temp unavailable) error, which makes my Apache/Mono get crashed. i need to restart my Apache/mono to run the service.

so my question

1. What is the cause of the 500 error (internal server error)?
2. What is the cause of the 503 error (server temp unavilable)?
3. Is this errors caused due to Memory overflow in server?
4. Is this problem due to apache configuration problem or code problem?
Posted
Comments
DonnieHunniecutt 10-Mar-11 15:33pm    
What does your log file say? The 500 error is usually associated with permissions - maybe this link will help -http://encodable.com/internal_server_error/[^]

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900