Web Servers
--
Questions
--
Followers
Top Experts
We called the website host and they don't have anyone else complaining of this issue.
I had the user use another computer in her office and it works fine.
We have cleared the cookies, history, and temp internet files.
We have changed the DNS server address and flush the dns table.
We have tried different browsers.
Nothing has worked.
Any suggestions?
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
You said you called the website host, is this a third party system that many people use like https://www.adp.com/what-we-offer/payroll.aspx or https://www.paychex.com/? Or is this something that you host on your own and have control of the server?
If they are still getting the error, you might try and hit f12 to open up the browser console. Look at the console tab for any client side errors that could be preventing something. Look on the network tab then , click on some files to see what is going on in the background. That could help them diagnose the error but generally a 500 error means you are not getting any details.
To fix this, you'll refer to your server logs to find + fix the problem.
2) You mentioned, "We called the website host and they don't have anyone else complaining of this issue."
Correct.
This occurs in only 1x code base.
Said differently, your Webhost will only receive support issues from people using your code + Webserver config.
So... only people using your code can possibly see this problem.
It might also happen in web application chains because then the requests are mostly proxied to an execution backend (php, etc. through fcgi))
500 error's actually tell the user there is no backend to service the request.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Strange that she was able to finish her work that day on another computer in her office.
Error 500 ALWAYS that a Proxy/Loadbalancer (or webserver proxying a request) cannot access some backend system.
Web Servers
--
Questions
--
Followers
Top Experts
A web server refers to the software that helps to deliver web content that can be accessed either through the Internet or through an intranet. The primary function of a web server is to store, process and deliver web pages to clients. The communication between client and server takes place using the Hypertext Transfer Protocol (HTTP). The most common use of web servers is to host websites, but there are other uses such as gaming, data storage, running enterprise applications, handling email, FTP, etc.