500
Internal Server Error
Statusa koda 500 vispārīgs skaidrojums
Šis teksta bloks diemžēl ir pieejams tikai angļu valodā.
The HTTP 500 Internal Server Error status code occurs when the server has a problem and is unable to process the user's request. This can have various reasons, such as technical problems, overloading of the server or problems with the software that runs the server.
HTTP statusa koda 500 specifikācija
Avots / citāts no: 500 Internal Server Error HTTP statusa kods ir norādīts 6.6.1 sadaļā 6.6.1.
HTTP protokols
Kā, izmantojot PHP, ievadīt 500 statusa kodu?
Lai tīmekļa lapā norādītu HTTP statusa kodu 500, var izmantot PHP funkciju http_response_code. Sintakse ir šāda: http_response_code(500) (PHP 5 >= 5.4.0, PHP 7, PHP 8)
Pārbaudīt 500 HTTP statusa kodu
Lai klienta pusē varētu attēlot HTTP statusa kodu (šajā gadījumā 500 Internal Server Error) un citu informāciju, ar F12 ir jāatver izstrādes konsole. Pēc tam dodieties uz cilni "Tīkls". Tagad lapu var atvērt, tīmekļa vietnei (piemērs index.php) jābūt redzamai tīkla cilnē. Tā ir jāizvēlas un pēc tam jāizvēlas sadaļa Herder. Pēc tam lietotājs redzēs šādu rezultātu:
URL: https://http-statuscode.com/errorCodeExample.php?code=500
Statuss: 500 Internal Server Error
Šie: Network
IP adrese: XX.XX.XX.XX
Kā atrisināt problēmu ar 500 statusa kodu?
Lai novērstu HTTP 500 Internal Server Error kļūdu, vispirms ir jānoskaidro, kāpēc HTTP 500 Internal Server Error statusa kods tika izmests. Iemesli var būt šādi:
- Problēmas servera konfigurācijā vai programmēšanā
- Kļūdas ".htaccess" failā
- Serverī iztrūkstoši vai bojāti faili
- Servera pārslodze vai nepietiekami resursi, piemēram, CPU, RAM vai joslas platums
- grūtināta savienošanās ar citām sistēmām vai datubāzēm
- Drošības problēmas, piemēram, DDoS uzbrukumi vai ļaunprogrammatūras inficēšanās
- Plikācijas vai sistēmas kļūdas serverī
Visas šīs lietas ir jāpārbauda, atkarībā no tā, kuras izmaiņas tika veiktas pēdējās, tās jāpārbauda vispirms. Tā kā HTTP 500 Internal Server Error statusa koda iemesli var būt ļoti dažādi, nevar sniegt vispārīgus ieteikumus
Visas šīs lietas ir jāpārbauda atkarībā no tā, kādas izmaiņas tika veiktas pēdējās.
Kā izveidot savu kļūdas lapu statusa kodam 500
Apache Webserver
Tīmekļa serveris "Apache" ir viens no visizplatītākajiem tīmekļa serveriem internetā. Lai "Apache" serverī izveidotu savu 500 Internal Server Error. kļūdas lapu, šajā failā jāveic šādas izmaiņas.
NGINX Webserver
Līdzīgi kā tīmekļa serveris "Apache", arī "NGINX" tiek plaši izmantots internetā. Lai izveidotu savu 500 Internal Server Error. kļūdas lapu "NGINX" serverī, ir jāveic šādas izmaiņas šajā failā.
location = /500.html {
root /usr/share/nginx/html;
internal;
}
500 statusa koda saderība ar pārlūkprogrammu
Chrome | no data |
Edge | no data |
Firefox | no data |
Opera | no data |
Safari | no data |
Chrome Android | no data |
Firefox for Android | no data |
Opera Android | no data |
Safari on iOS | no data |
Internet | no data |
WebView Android | no data |
Konstantes programmēšanas valodās
HttpStatusCode.InternalServerError
http.StatusInternalServerError
Response::HTTP_INTERNAL_SERVER_ERROR
httplib.INTERNAL_SERVER_ERROR
http.client.INTERNAL_SERVER_ERROR
http.HTTPStatus.INTERNAL_SERVER_ERROR
:internal_server_error
500 statusa koda apakšstāvokļa kodi
500.0 | Module or ISAPI error occurred HTTP IIS, Neoficiāls |
500.11 | Application is shutting down on the web server HTTP IIS, Neoficiāls |
500.12 | Application is busy restarting on the web server HTTP IIS, Neoficiāls |
500.13 | Web server is too busy HTTP IIS, Neoficiāls |
500.15 | Direct requests for Global.asax aren't allowed HTTP IIS, Neoficiāls |
500.19 | Configuration data is invalid HTTP IIS, Neoficiāls |
500.21 | Module not recognized HTTP IIS, Neoficiāls |
500.22 | An ASP.NET httpModules configuration does not apply in Managed Pipeline mode. HTTP IIS, Neoficiāls |
500.23 | An ASP.NET httpHandlers configuration does not apply in Managed Pipeline mode HTTP IIS, Neoficiāls |
500.24 | An ASP.NET impersonation configuration does not apply in Managed Pipeline mode HTTP IIS, Neoficiāls |
500.50 | A rewrite error occurred during RQ_BEGIN_REQUEST notification handling. A configuration or inbound rule execution error occurred HTTP IIS, Neoficiāls |
500.51 | A rewrite error occurred during GL_PRE_BEGIN_REQUEST notification handling. A global configuration or global rule execution error occurred HTTP IIS, Neoficiāls |
500.52 | A rewrite error occurred during RQ_SEND_RESPONSE notification handling. An outbound rule execution occurred HTTP IIS, Neoficiāls |
500.53 | A rewrite error occurred during RQ_RELEASE_REQUEST_STATE notification handling. An outbound rule execution error occurred. The rule is configured to be executed before the output user cache gets updated HTTP IIS, Neoficiāls |
500.100 | Internal ASP error HTTP IIS, Neoficiāls |