Comment 4 for bug 1484256

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (kilo)

Reviewed: https://review.openstack.org/215071
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=02ae2f2f66a35f113c38eba08811330fd9273454
Submitter: Jenkins
Branch: kilo

commit 02ae2f2f66a35f113c38eba08811330fd9273454
Author: Jean-Philippe Evrard <email address hidden>
Date: Wed Aug 19 14:19:32 2015 +0200

    Apache servers will not reporting version anymore

    In order to make it more difficult to know which
    httpd server is running, here is a change to
    reduce the ServerTokens OS to ServerTokens Prod
    and the ServerSignature On to ServerSignature Off.

    This removes ServerName and version report
    on page footer and reduces the detail of the httpd
    server running in the headers to "Apache".

    These options can be overwritten by an user variable

    Change-Id: I1aaffaa3b6b7d6574aefac65b6027e62240a702b
    Closes-Bug: #1484256
    (cherry picked from commit 1d2c19d8409ad53bb5ca7bf180f433f05af91afe)