top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the most important steps you would recommend for securing a new web server? Web application?

+5 votes
508 views
What are the most important steps you would recommend for securing a new web server? Web application?
posted Dec 23, 2014 by Rahul Singh

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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

answer Dec 25, 2014 by Vrije Mani Upadhyay
Similar Questions
+5 votes

What do you see as the most critical and current threats effecting Internet accessible websites?

+4 votes

If you were not using Apache as the reverse proxy, what Microsoft application/tool could you use to mitigate this attack?

...