Page 1 of 1

internal server error

Posted: Fri Sep 01, 2023 11:55 am
by mete
When I am browsing the forum, very often I receive this error:

The server encountered an internal error or misconfiguration and was unable to complete your request. Your administrator may not have enabled CGI access for this directory.

Re: internal server error

Posted: Fri Sep 01, 2023 3:49 pm
by PeteM
I sometimes receive the same error. Refreshing the page has worked in each case. My assumption - others would know better - is that the server is temporarily overloaded with requests.

Re: internal server error

Posted: Fri Sep 01, 2023 6:44 pm
by dtsh
PeteM wrote:
Fri Sep 01, 2023 3:49 pm
I sometimes receive the same error. Refreshing the page has worked in each case. My assumption - others would know better - is that the server is temporarily overloaded with requests.
As someone who's run webservers, that is my assumption as well. Could be a failure at various ends, database, disk access, memory, etc, but a resource is likely being exceeded and the webserver is returning an error rather than the desired content.

Re: internal server error

Posted: Fri Sep 01, 2023 9:32 pm
by Hobbyst46
In the past couple of weeks, the Internal Server Error notice has become real nuisance.

Re: internal server error

Posted: Sat Sep 02, 2023 6:00 am
by mete
dtsh wrote:
Fri Sep 01, 2023 6:44 pm
PeteM wrote:
Fri Sep 01, 2023 3:49 pm
I sometimes receive the same error. Refreshing the page has worked in each case. My assumption - others would know better - is that the server is temporarily overloaded with requests.
As someone who's run webservers, that is my assumption as well. Could be a failure at various ends, database, disk access, memory, etc, but a resource is likely being exceeded and the webserver is returning an error rather than the desired content.
Probably. I didnt see anyone mentioned the error, so I wanted to raise the flag in case it is not noticed. I assume there are people here who might help, myself included, if needed.