Comment 3 for bug 1484256

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

Reviewed: https://review.openstack.org/214606
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=1d2c19d8409ad53bb5ca7bf180f433f05af91afe
Submitter: Jenkins
Branch: master

commit 1d2c19d8409ad53bb5ca7bf180f433f05af91afe
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