1.

What Are The Most Important Steps You Would Recommend For Securing A New Web Server? Web Application?

Answer»

Web Server SECURITY:

  • Update/Patch the web server software
  • MINIMIZE the server functionality – disable extra modules
  • Delete DEFAULT data/scripts
  • Increase logging verboseness
  • Update Permissions/Ownership of files
  • Web Application Security:
  • MAKE sure Input Validation is enforced within the code – Security QA testing
  • Configured to DISPLAY generic error messages
  • Implement a software security policy
  • Remove or protect hidden files and directories

Web Server Security:



Discussion

No Comment Found