Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
hardening_enterprise_filefabric [2019_01_23 11:43] kamranhardening_enterprise_filefabric [2019_01_23 11:50] kamran
Line 61: Line 61:
 systemctl disable cloudftp systemctl disable cloudftp
 </code> </code>
 +
 +=====  Remove Apache HTTPD server Configuration ===== 
 +The icons directory is listed , this is not a security risk but some scanning tools can mark it as security risk. 
 +
 +As root remove the following file
 +
 +<code>
 +rm /etc/httpd/conf.d/autoindex.conf
 +systemctl restart httpd
 +</code>
 +