SlideShare a Scribd company logo
1 of 12
SUITE 11,OMONIYI BUILDING OPPOSITE STATE NURTW
BUILDING,IGOBA,AKURE,ONDO STATE
08164124696
Common Web Errors
400 BAD REQUEST
The 400 status code, or Bad Request error, means the HTTP
request that was sent to the server has invalid syntax.
• Here are a few examples of when a 400 Bad Request error might occur:
• The user's cookie that is associated with the site is corrupt. Clearing the
browser's cache and cookies could solve this issue
• Malformed request due to a faulty browser
• Malformed request due to human error when manually forming HTTP
requests (e.g. using curl incorrectly)
401 UNAUTHORIZED
Web users will likely stumble across this error
after a failed login attempt. Basically, it means
the user tried to access a site they didn’t have
access to.
403 FORBIDDEN
The 403 status code, or a Forbidden error, means that
the user made a valid request but the server is refusing
to serve the request, due to a lack of permission to
access the requested resource.
• FILE PERMISSIONS
403 errors commonly occur when the user that is
running the web server process does not have
sufficient permissions to read the file that is being
accessed.
404 NOT FOUND
The 404 status code, or a Not Found error, means
that the user is able to communicate with the
server but it is unable to locate the requested file or
resource.
404 errors can occur in a large variety of situations. If the user is unexpectedly receiving a
404 Not Found error, here are some questions to ask while troubleshooting:
•Does the link that directed the user to your server resource have a typographical error in it?
•Did the user type in the wrong URL?
•Does the file exist in the correct location on the server? Was the resource was moved or
deleted on the server?
•Does the server configuration have the correct document root location?
•Does the user that owns the web server worker process have privileges to traverse to the
directory that the requested file is in? (Hint: directories require read and execute
permissions to be accessed)
•Is the resource being accessed a symbolic link? If so, ensure the web server is configured to
follow symbolic links
500 INTERNAL SERVER
ERROR
This is the most common error that web
users will see. It is a general-purpose error,
and can occur any time a web server
encounters an internal problem.
Error 500 happens most often when a web
server is overloaded.
502 BAD GATEWAY
• The 502 status code, or Bad Gateway error,
means that the server is a gateway or proxy
server, and it is not receiving a valid response
from the backend servers that should actually
fulfill the request.
503 SERVICE UNAVAILABLE
• The 503 status code, or Service Unavailable error,
means that the server is overloaded or under
maintenance. This error implies that the service
should become available at some point.
• If the server is not under maintenance, this can
indicate that the server does not have enough
CPU or memory resources to handle all of the
incoming requests, or that the web server needs
to be configured to allow more users, threads, or
processes.
504 GATEWAY TIMEOUT
• The 504 status code, or Gateway Timeout error,
means that the server is a gateway or proxy
server, and it is not receiving a response from the
backend servers within the allowed time period.
• This typically occurs in the following situations:
• The network connection between the servers is
poor
• The backend server that is fulfilling the request is
too slow, due to poor performance
• The gateway or proxy server's timeout duration is
too short
CONCLUSION
Now that you are familiar with the
most common HTTP error codes, and
common solutions to those codes, you
should have a good basis for
troubleshooting issues with your web
servers or applications.
THANK YOU

More Related Content

What's hot

Common error with word press
Common error with word pressCommon error with word press
Common error with word pressRahul Kumar
 
HTTP Status Codes Cheat Sheet: An Exhaustive List
HTTP Status Codes Cheat Sheet: An Exhaustive ListHTTP Status Codes Cheat Sheet: An Exhaustive List
HTTP Status Codes Cheat Sheet: An Exhaustive ListMainstreethost
 
OWA And SharePoint Integration
OWA And SharePoint IntegrationOWA And SharePoint Integration
OWA And SharePoint Integrationjems7
 
Introduction to WordPress Rest API
Introduction to WordPress Rest APIIntroduction to WordPress Rest API
Introduction to WordPress Rest APIkishore sahoo
 
Http Status Code Errors in SEO
Http Status Code Errors in SEOHttp Status Code Errors in SEO
Http Status Code Errors in SEOAdela Roger
 
"Running CF in a Shared Hosting Environment"
"Running CF in a Shared Hosting Environment""Running CF in a Shared Hosting Environment"
"Running CF in a Shared Hosting Environment"webhostingguy
 
RESTful modules in zf2
RESTful modules in zf2RESTful modules in zf2
RESTful modules in zf2Corley S.r.l.
 

What's hot (8)

Common error with word press
Common error with word pressCommon error with word press
Common error with word press
 
HTTP Status Codes Cheat Sheet: An Exhaustive List
HTTP Status Codes Cheat Sheet: An Exhaustive ListHTTP Status Codes Cheat Sheet: An Exhaustive List
HTTP Status Codes Cheat Sheet: An Exhaustive List
 
OWA And SharePoint Integration
OWA And SharePoint IntegrationOWA And SharePoint Integration
OWA And SharePoint Integration
 
HTTP
HTTPHTTP
HTTP
 
Introduction to WordPress Rest API
Introduction to WordPress Rest APIIntroduction to WordPress Rest API
Introduction to WordPress Rest API
 
Http Status Code Errors in SEO
Http Status Code Errors in SEOHttp Status Code Errors in SEO
Http Status Code Errors in SEO
 
"Running CF in a Shared Hosting Environment"
"Running CF in a Shared Hosting Environment""Running CF in a Shared Hosting Environment"
"Running CF in a Shared Hosting Environment"
 
RESTful modules in zf2
RESTful modules in zf2RESTful modules in zf2
RESTful modules in zf2
 

Similar to Common Web Errors Guide for Omoniyi Building, Akure

REST 101: An Overview To Representational State Transfer.
REST 101: An Overview To Representational State Transfer.REST 101: An Overview To Representational State Transfer.
REST 101: An Overview To Representational State Transfer.Omar Fernando Zafe
 
Lesson 6 web based attacks
Lesson 6 web based attacksLesson 6 web based attacks
Lesson 6 web based attacksFrank Victory
 
BITM3730Week9(1).pptx
BITM3730Week9(1).pptxBITM3730Week9(1).pptx
BITM3730Week9(1).pptxMattMarino13
 
Http status code 416 vs 428, 503 vs 505
Http status code  416 vs 428, 503 vs 505Http status code  416 vs 428, 503 vs 505
Http status code 416 vs 428, 503 vs 505Md. Rakib Trofder
 
BITM3730 Networking.pdf
BITM3730 Networking.pdfBITM3730 Networking.pdf
BITM3730 Networking.pdfMattMarino13
 
BITM3730 11-1.pptx
BITM3730 11-1.pptxBITM3730 11-1.pptx
BITM3730 11-1.pptxMattMarino13
 
SEO HTTP Response Codes List
SEO HTTP Response Codes List SEO HTTP Response Codes List
SEO HTTP Response Codes List Laxman Kotte
 
Authentication methods
Authentication methodsAuthentication methods
Authentication methodssana mateen
 
Fail safe modeling for cloud services and applications
Fail safe modeling for cloud services and applicationsFail safe modeling for cloud services and applications
Fail safe modeling for cloud services and applicationsMarc Mercuri
 
How to know if your WordPress Website is hacked Get the Inside Story.ppt
How to know if your WordPress Website is hacked Get the Inside Story.pptHow to know if your WordPress Website is hacked Get the Inside Story.ppt
How to know if your WordPress Website is hacked Get the Inside Story.pptSaurabh Srivastava
 
Common WSUS Errors Codes - Decoded and Resolved
Common WSUS Errors Codes - Decoded and Resolved Common WSUS Errors Codes - Decoded and Resolved
Common WSUS Errors Codes - Decoded and Resolved SolarWinds
 
Some Oracle AWR observations
Some Oracle AWR observationsSome Oracle AWR observations
Some Oracle AWR observationsConnor McDonald
 
Understanding XHProf: Pinpointing Why Your Site is Slow and How to Fix it - S...
Understanding XHProf: Pinpointing Why Your Site is Slow and How to Fix it - S...Understanding XHProf: Pinpointing Why Your Site is Slow and How to Fix it - S...
Understanding XHProf: Pinpointing Why Your Site is Slow and How to Fix it - S...Ezra Gildesgame
 
Dev traning 2016 intro to the web
Dev traning 2016   intro to the webDev traning 2016   intro to the web
Dev traning 2016 intro to the webSacheen Dhanjie
 
Coding 100-session-slides
Coding 100-session-slidesCoding 100-session-slides
Coding 100-session-slidesCisco DevNet
 

Similar to Common Web Errors Guide for Omoniyi Building, Akure (20)

Apache error
Apache errorApache error
Apache error
 
REST 101: An Overview To Representational State Transfer.
REST 101: An Overview To Representational State Transfer.REST 101: An Overview To Representational State Transfer.
REST 101: An Overview To Representational State Transfer.
 
Lesson 6 web based attacks
Lesson 6 web based attacksLesson 6 web based attacks
Lesson 6 web based attacks
 
BITM3730Week9(1).pptx
BITM3730Week9(1).pptxBITM3730Week9(1).pptx
BITM3730Week9(1).pptx
 
Http status code 416 vs 428, 503 vs 505
Http status code  416 vs 428, 503 vs 505Http status code  416 vs 428, 503 vs 505
Http status code 416 vs 428, 503 vs 505
 
BITM3730 Networking.pdf
BITM3730 Networking.pdfBITM3730 Networking.pdf
BITM3730 Networking.pdf
 
BITM3730 11-1.pptx
BITM3730 11-1.pptxBITM3730 11-1.pptx
BITM3730 11-1.pptx
 
Api security-testing
Api security-testingApi security-testing
Api security-testing
 
AWS EC2 and ELB troubleshooting
AWS EC2 and ELB troubleshootingAWS EC2 and ELB troubleshooting
AWS EC2 and ELB troubleshooting
 
SEO HTTP Response Codes List
SEO HTTP Response Codes List SEO HTTP Response Codes List
SEO HTTP Response Codes List
 
Authentication methods
Authentication methodsAuthentication methods
Authentication methods
 
Application fuzzing
Application fuzzingApplication fuzzing
Application fuzzing
 
Fail safe modeling for cloud services and applications
Fail safe modeling for cloud services and applicationsFail safe modeling for cloud services and applications
Fail safe modeling for cloud services and applications
 
How to know if your WordPress Website is hacked Get the Inside Story.ppt
How to know if your WordPress Website is hacked Get the Inside Story.pptHow to know if your WordPress Website is hacked Get the Inside Story.ppt
How to know if your WordPress Website is hacked Get the Inside Story.ppt
 
Common WSUS Errors Codes - Decoded and Resolved
Common WSUS Errors Codes - Decoded and Resolved Common WSUS Errors Codes - Decoded and Resolved
Common WSUS Errors Codes - Decoded and Resolved
 
Some Oracle AWR observations
Some Oracle AWR observationsSome Oracle AWR observations
Some Oracle AWR observations
 
Understanding XHProf: Pinpointing Why Your Site is Slow and How to Fix it - S...
Understanding XHProf: Pinpointing Why Your Site is Slow and How to Fix it - S...Understanding XHProf: Pinpointing Why Your Site is Slow and How to Fix it - S...
Understanding XHProf: Pinpointing Why Your Site is Slow and How to Fix it - S...
 
Dev traning 2016 intro to the web
Dev traning 2016   intro to the webDev traning 2016   intro to the web
Dev traning 2016 intro to the web
 
Coding 100-session-slides
Coding 100-session-slidesCoding 100-session-slides
Coding 100-session-slides
 
Csrf final
Csrf finalCsrf final
Csrf final
 

More from BESOR ACADEMY

Generations of computer
Generations of computerGenerations of computer
Generations of computerBESOR ACADEMY
 
Introduction to Computer Engineering
Introduction to Computer EngineeringIntroduction to Computer Engineering
Introduction to Computer EngineeringBESOR ACADEMY
 
Getting ready to teach computer
Getting ready to teach computerGetting ready to teach computer
Getting ready to teach computerBESOR ACADEMY
 
Connectors and plugs
Connectors and plugsConnectors and plugs
Connectors and plugsBESOR ACADEMY
 
Random access memory
Random access memoryRandom access memory
Random access memoryBESOR ACADEMY
 
Things you need to know about internet
Things you need to know about internetThings you need to know about internet
Things you need to know about internetBESOR ACADEMY
 
BESOR ACADEMY - TRAINING THE TRAINERS
BESOR ACADEMY - TRAINING THE TRAINERSBESOR ACADEMY - TRAINING THE TRAINERS
BESOR ACADEMY - TRAINING THE TRAINERSBESOR ACADEMY
 
Motherboard components and their functions
Motherboard components and their functionsMotherboard components and their functions
Motherboard components and their functionsBESOR ACADEMY
 
Learning the corel draw
Learning the corel drawLearning the corel draw
Learning the corel drawBESOR ACADEMY
 
Introduction to powerpoint
Introduction to powerpointIntroduction to powerpoint
Introduction to powerpointBESOR ACADEMY
 
INTRODUCTION TO MICROSOFT EXCEL FOR BEGINEER
INTRODUCTION TO MICROSOFT EXCEL FOR BEGINEERINTRODUCTION TO MICROSOFT EXCEL FOR BEGINEER
INTRODUCTION TO MICROSOFT EXCEL FOR BEGINEERBESOR ACADEMY
 
Empowering the Youth to engage in ICT
Empowering the Youth to engage in ICTEmpowering the Youth to engage in ICT
Empowering the Youth to engage in ICTBESOR ACADEMY
 

More from BESOR ACADEMY (20)

File extension
File extensionFile extension
File extension
 
Generations of computer
Generations of computerGenerations of computer
Generations of computer
 
Keyboard
KeyboardKeyboard
Keyboard
 
Introduction to Computer Engineering
Introduction to Computer EngineeringIntroduction to Computer Engineering
Introduction to Computer Engineering
 
Getting ready to teach computer
Getting ready to teach computerGetting ready to teach computer
Getting ready to teach computer
 
Connectors and plugs
Connectors and plugsConnectors and plugs
Connectors and plugs
 
Computer resolution
Computer resolutionComputer resolution
Computer resolution
 
Computer languages
Computer languagesComputer languages
Computer languages
 
Random access memory
Random access memoryRandom access memory
Random access memory
 
Printers
PrintersPrinters
Printers
 
Welcome to ms pub
Welcome to ms pubWelcome to ms pub
Welcome to ms pub
 
Things you need to know about internet
Things you need to know about internetThings you need to know about internet
Things you need to know about internet
 
BESOR ACADEMY - TRAINING THE TRAINERS
BESOR ACADEMY - TRAINING THE TRAINERSBESOR ACADEMY - TRAINING THE TRAINERS
BESOR ACADEMY - TRAINING THE TRAINERS
 
Motherboard
MotherboardMotherboard
Motherboard
 
Motherboard components and their functions
Motherboard components and their functionsMotherboard components and their functions
Motherboard components and their functions
 
Learning the corel draw
Learning the corel drawLearning the corel draw
Learning the corel draw
 
Introduction to powerpoint
Introduction to powerpointIntroduction to powerpoint
Introduction to powerpoint
 
INTRODUCTION TO MICROSOFT EXCEL FOR BEGINEER
INTRODUCTION TO MICROSOFT EXCEL FOR BEGINEERINTRODUCTION TO MICROSOFT EXCEL FOR BEGINEER
INTRODUCTION TO MICROSOFT EXCEL FOR BEGINEER
 
Empowering the Youth to engage in ICT
Empowering the Youth to engage in ICTEmpowering the Youth to engage in ICT
Empowering the Youth to engage in ICT
 
Ola oluwa
Ola oluwaOla oluwa
Ola oluwa
 

Recently uploaded

Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 

Common Web Errors Guide for Omoniyi Building, Akure

  • 1. SUITE 11,OMONIYI BUILDING OPPOSITE STATE NURTW BUILDING,IGOBA,AKURE,ONDO STATE 08164124696
  • 3. 400 BAD REQUEST The 400 status code, or Bad Request error, means the HTTP request that was sent to the server has invalid syntax. • Here are a few examples of when a 400 Bad Request error might occur: • The user's cookie that is associated with the site is corrupt. Clearing the browser's cache and cookies could solve this issue • Malformed request due to a faulty browser • Malformed request due to human error when manually forming HTTP requests (e.g. using curl incorrectly)
  • 4. 401 UNAUTHORIZED Web users will likely stumble across this error after a failed login attempt. Basically, it means the user tried to access a site they didn’t have access to.
  • 5. 403 FORBIDDEN The 403 status code, or a Forbidden error, means that the user made a valid request but the server is refusing to serve the request, due to a lack of permission to access the requested resource. • FILE PERMISSIONS 403 errors commonly occur when the user that is running the web server process does not have sufficient permissions to read the file that is being accessed.
  • 6. 404 NOT FOUND The 404 status code, or a Not Found error, means that the user is able to communicate with the server but it is unable to locate the requested file or resource. 404 errors can occur in a large variety of situations. If the user is unexpectedly receiving a 404 Not Found error, here are some questions to ask while troubleshooting: •Does the link that directed the user to your server resource have a typographical error in it? •Did the user type in the wrong URL? •Does the file exist in the correct location on the server? Was the resource was moved or deleted on the server? •Does the server configuration have the correct document root location? •Does the user that owns the web server worker process have privileges to traverse to the directory that the requested file is in? (Hint: directories require read and execute permissions to be accessed) •Is the resource being accessed a symbolic link? If so, ensure the web server is configured to follow symbolic links
  • 7. 500 INTERNAL SERVER ERROR This is the most common error that web users will see. It is a general-purpose error, and can occur any time a web server encounters an internal problem. Error 500 happens most often when a web server is overloaded.
  • 8. 502 BAD GATEWAY • The 502 status code, or Bad Gateway error, means that the server is a gateway or proxy server, and it is not receiving a valid response from the backend servers that should actually fulfill the request.
  • 9. 503 SERVICE UNAVAILABLE • The 503 status code, or Service Unavailable error, means that the server is overloaded or under maintenance. This error implies that the service should become available at some point. • If the server is not under maintenance, this can indicate that the server does not have enough CPU or memory resources to handle all of the incoming requests, or that the web server needs to be configured to allow more users, threads, or processes.
  • 10. 504 GATEWAY TIMEOUT • The 504 status code, or Gateway Timeout error, means that the server is a gateway or proxy server, and it is not receiving a response from the backend servers within the allowed time period. • This typically occurs in the following situations: • The network connection between the servers is poor • The backend server that is fulfilling the request is too slow, due to poor performance • The gateway or proxy server's timeout duration is too short
  • 11. CONCLUSION Now that you are familiar with the most common HTTP error codes, and common solutions to those codes, you should have a good basis for troubleshooting issues with your web servers or applications.