Skip to content
Snippets Groups Projects
Select Git revision
  • 79673343a588c8b70880eebdf16d9b65422b9135
  • master default
2 results

apache-2.4.config.jinja

  • Andreas Thienemann's avatar
    79673343
    No automatic listener for port * · 79673343
    Andreas Thienemann authored
    The formula currently adds a Listen directive for the port '*' if
    any configured vhost is configured to listen on :* which does not
    work and instead prevents apache from starting.
    
    It is possible to prevent this by setting the
    exclude_listen_directive pillar to True but this is a manual
    workaround.
    
    Instead, this commit excludes :* Listeners automatically.
    79673343
    History
    No automatic listener for port *
    Andreas Thienemann authored
    The formula currently adds a Listen directive for the port '*' if
    any configured vhost is configured to listen on :* which does not
    work and instead prevents apache from starting.
    
    It is possible to prevent this by setting the
    exclude_listen_directive pillar to True but this is a manual
    workaround.
    
    Instead, this commit excludes :* Listeners automatically.