How to correct a server error?

How to correct a server error?

Errors of the server it is considered to be impossibility of sending the required document. Errors are subdivided into subject to processing and subject to correction. The error code bearing in itself characteristics of a malfunction is displayed in the heading HTTP.

Instruction

1. Create the file with the name index.html for performing operation of bug fix 403 "Access is prohibited", arising at inability of the server to make query due to the lack of address enable to the file or its absence in the directory.

2. Change access rights to the required file to 644 for permission of reading the selected file the Web server or edit the rights for reading and execution of the necessary script in the cgi-bin directory on 755.

3. Execute operation of creation and placement with /not-found.html ErrorDocument 404 value for bug fix of the HTTP protocol with code 404 "The file is not found in the www list of the .htaccess file", appearing at the procedure of request of the file, nonexistent on a disk.

4. Create the not-found.html file with the description of a problem and advice to visitors of the website for automatic redirection on the created page when entering the nonexistent address.

5. Check correctness of introduction of value of the necessary directive in the .htaccess file at emergence of the error message with code 500 Internal Server Error. Very often the spelling error is the reason.

6. Enter script.pl chmod 755 value in the field of the command line unix of Shell at emergence of problems with access rights to the selected script of Perl and make sure that the text (ASCII) transmission mode of files on FTP is used.

7. Check correctness of delivery of the headings HTTP in the error.log file and enter in the Unix text box shell the following value for execution of check of syntax of the selected script:> perl - cw script.plscript.pl syntax OK

8. Correct the found errors and repeat check of correctness of work of a script.

Author: «MirrorInfo» Dream Team


Print