Skip to content
Snippets Groups Projects
  • Thomas Bellman's avatar
    37d03646
    New definition for managing included config files. · 37d03646
    Thomas Bellman authored
    This adds apache::include_file, a definition for managing "include
    files", put into /etc/httpd/conf.d and loaded using Include directives
    from the main httpd.conf configuration file.
    
    This can be used for e.g. managing virtual hosts and/or global
    configuration for Apache modules (like adding LoadModule directives).
    (It is expected that higher level defines will be added for those
    kind of things, so end-users don't need to use apache::include_file
    directly themselves.)
    37d03646
    History
    New definition for managing included config files.
    Thomas Bellman authored
    This adds apache::include_file, a definition for managing "include
    files", put into /etc/httpd/conf.d and loaded using Include directives
    from the main httpd.conf configuration file.
    
    This can be used for e.g. managing virtual hosts and/or global
    configuration for Apache modules (like adding LoadModule directives).
    (It is expected that higher level defines will be added for those
    kind of things, so end-users don't need to use apache::include_file
    directly themselves.)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.