Security |
---|
Area | Notes | |
---|---|---|
Creating .htaccess files | Edit/create the .htaccess file: /path/to/where/you/want/to/put/.htaccess and add: AuthType Basic AuthName “Restricted Files” AuthUserFile /path/to/where/you/want/to/put/.htpasswd Require valid-user Then Run: sudo htpasswd -c /path/to/where/you/want/to/put/.htpasswd %username% | |
ClamScan | run: /usr/bin/clamscan -i -r /var/www 2>&1 | mail -s “ClamScan Report for server01.technologyfoc.us” server01@technologyfoc.us | |
uCareSystem | run: sudo ucaresystem-core | |
ChkRootKit | run: /usr/sbin/chkrootkit 2>&1 | mail -s “ChkRootKit Report for server01.technologyfoc.us” server01@technologyfoc.us | |
Unattended Updates | and Apticron |