retrieved through header of an request,
put the following lines in your apache httpd.conf file.
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
ServerSignature off
ServerTokens Prod
Through these lines you are hiding the signature of apache and the
header will only display 'Apache'.
No comments:
Post a Comment