FastHandle - IT Operations Examples

FastHandle is fast operation tools for infrastructure configurations and tests.

User Tools

Site Tools


middleware:httpd:centos_httpd2.4.html



Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
middleware:httpd:centos_httpd2.4.html [2017/12/30 02:24]
kurihara
middleware:httpd:centos_httpd2.4.html [2020/02/26 01:35] (current)
kurihara
Line 32: Line 32:
 <Directory "/var/www/html"> <Directory "/var/www/html">
     Options -Indexes FollowSymLinks     Options -Indexes FollowSymLinks
 +    # AllowOverride controls what directives may be placed in .htaccess files.
 +    # It can be "All", "None", or any combination of the keywords:
     AllowOverride All     AllowOverride All
     Require all granted     Require all granted
Line 87: Line 89:
 # Security # Security
 #------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
 +# Prod=Product Minimize HTTP reply header
 ServerTokens Prod ServerTokens Prod
 +
 +# Suppress error page footer
 ServerSignature Off ServerSignature Off
 +
 +# Disable Trace Medhod
 TraceEnable Off TraceEnable Off
  


middleware/httpd/centos_httpd2.4.html.1514568244.txt.gz · Last modified: 2017/12/30 02:24 by kurihara