view modules/apache/templates/mod/status.conf.erb @ 482:d83de9b3a62b default tip

Update hiera.yaml within Puppet config Forgot that we manage it from here. Now has content to match new packages
author IBBoard <dev@ibboard.co.uk>
date Fri, 30 Aug 2024 16:10:36 +0100
parents adf6fe9bbc17
children
line wrap: on
line source

<Location <%= @status_path %>>
    SetHandler server-status
    <%-# From Puppet 4.2 up, replace: -%>
    <%-# "scope.function_template(["apache/mod/<Template>"])" -%>
    <%-# with: -%>
    <%-# "scope.call_function('template', ["apache/mod/<Template>"])" -%>
<%= scope.function_template(["apache/mod/_require.erb"]) -%>
</Location>
ExtendedStatus <%= @extended_status %>

<IfModule mod_proxy.c>
    # Show Proxy LoadBalancer status in mod_status
    ProxyStatus On
</IfModule>