What is the status code 403 404 represented in apache server

Linux Interview Questions: - What is the status code 403,404 represented in apache server?


  • 403 represent forbidden error, means if a file misses some selinux security context.
  • 404 represent that there is a cgi script missing or web pages missing.