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
apache [2009/02/04 19:11]
a
apache [2012/07/31 12:45] (current)
greebo old revision restored
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.1233771096.txt.gz ยท Last modified: 2009/05/25 00:34 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready