[Forgot Password]
Login  Register Subscribe

30479

 
 

423868

 
 

250770

 
 

909

 
 

196157

 
 

282

 
 
Paid content will be excluded from the download.

Filter
Matches : 30475 Download | Alert*

Disable vsftpd Service The 'vsftpd' service can be disabled with the following command: '$ sudo systemctl disable vsftpd'

Disable httpd Service The 'httpd' service can be disabled with the following command: '$ sudo systemctl disable httpd'

Set httpd ServerTokens Directive to Prod 'ServerTokens Prod' restricts information in page headers, returning only the word "Apache." Add or correct the following directive in '/etc/httpd/conf/httpd.conf': 'ServerTokens Prod'

Set httpd ServerSignature Directive to Off 'ServerSignature Off' restricts 'httpd' from displaying server version number on error pages. Add or correct the following directive in '/etc/httpd/conf/httpd.conf': 'ServerSignature Off'

Disable HTTP Digest Authentication The 'auth_digest' module provides encrypted authentication sessions. If this functionality is unnecessary, comment out the related module: '#LoadModule auth_digest_module modules/mod_auth_digest.so'

Disable HTTP mod_rewrite The 'mod_rewrite' module is very powerful and can protect against certain classes of web attacks. However, it is also very complex and has Asignificant history of vulnerabilities itself. If its functionality is unnecessary, comment out the related module: '#LoadModule rewrite_module modules/mod_rewrite.so'

Disable LDAP Support The 'ldap' module provides HTTP authentication via an LDAP directory. If its functionality is unnecessary, comment out the related modules: #LoadModule ldap_module modules/mod_ldap.so #LoadModule authnz_ldap_module modules/mod_authnz_ldap.so If LDAP is to be used, SSL encryption should be used as well.

Disable Server Side Includes Server Side Includes provide a method of dynamically generating web pages through the insertion of server-side code. However, the technology is also deprecated and introduces significant security concerns. If this functionality is unnecessary, comment out the related module: '#LoadModule include_module modules/mod_include.so' If there is a critical need for Server Sid ...

Disable MIME Magic The 'mime_magic' module provides a second layer of MIME support that in most configurations is likely extraneous. If its functionality is unnecessary, comment out the related module: '#LoadModule mime_magic_module modules/mod_mime_magic.so'

Disable WebDAV (Distributed Authoring and Versioning) WebDAV is an extension of the HTTP protocol that provides distributed and collaborative access to web content. If its functionality is unnecessary, comment out the related modules: #LoadModule dav_module modules/mod_dav.so #LoadModule dav_fs_module modules/mod_dav_fs.so If there is a critical need for WebDAV, extra care should be taken in its ...


Pages:      Start    3014    3015    3016    3017    3018    3019    3020    3021    3022    3023    3024    3025    3026    3027    ..   3047

© SecPod Technologies