Changes

Webserver setup

1,289 bytes added, 9 years ago
Created page with "Apache hardening''' As well as considering the physical server and it's operating system users must thinking in terms of application security. Especially for those applicatio..."
Apache hardening'''

As well as considering the physical server and it's operating system users must thinking in terms of application security. Especially for those applications which either contain sensitive data or those that provide access routes to the machine for an attacker.

Below is a set of guides for Apache webserver hardening.
<li>
[http://www.tecmint.com/apache-security-tips/ 13 Apache Web Server Security and Hardening Tips]
<li>
[http://xianshield.org/guides/apache2.0guide.html Apache 2.0 Hardening Guide]
</li>
</ul>
<ul>
'''Database hardening'''

A key approach discussed elsewhere in protecting data, both at rest - on disk - and in use - in memory, is to encrypt these data stores either as part of full disk encryption or as individual restricted encrypted mount points.

Below are further guides for specific hardening techniques for the MySQL database system.
<li>
[http://www.greensql.com/content/mysql-security-best-practices-hardening-mysql-tips MySQL Security Best Practices]
</li>
<li>
[http://rochakchauhan.com/blog/2013/11/19/security-and-hardening-tips-for-mysql/ Security and Hardening Tips for MySQL]
</li>
<li>
[http://www.securethelock.com/2014/01/09/12-steps-for-hardening-mysql-from-attackers/ 12 steps for Hardening MySQL from Attackers]
</li>
</ul>