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
Next revision Both sides next revision
apache [2009/02/04 19:11]
a
apache [2009/07/23 16:17]
193.164.137.40
Line 31: Line 31:
 ServerSignature Off ServerSignature Off
 ServerTokens Prod ServerTokens Prod
 +TraceEnable Off
 </code> </code>
 +
 +in ssl.conf
 +
 +   SSLProtocol -ALL +SSLv3 +TLSv1
 +   SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
 +
 +in vhost
 +
 +   Include conf/ssl.conf
 +   RewriteEngine on
 +   RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
 +   RewriteRule .* - [F]
 +
    * **Disable unnecessary PHP variable**    * **Disable unnecessary PHP variable**
 <code> <code>
apache.txt · Last modified: 2012/07/31 12:45 by greebo
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready