File tree Expand file tree Collapse file tree 11 files changed +0
-11
lines changed Expand file tree Collapse file tree 11 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 11<%- unless $filters.empty { -%>
2-
32 ## Filter module rules
43 ## as per http://httpd.apache.org/docs/2.4/mod/mod_filter.html
54 <%- $filters.each |$filter| { -%>
Original file line number Diff line number Diff line change 11<%- unless $headers.empty { -%>
2-
32 ## Header rules
43 ## as per http://httpd.apache.org/docs/2.4/mod/mod_headers.html#header
54 <%- $headers.each |$header_statement| { -%>
Original file line number Diff line number Diff line change 11<%- if $itk and !$itk.empty { -%>
2-
32 ## ITK statement
43 <IfModule mpm_itk_module>
54 <%- if $itk["user"] and $itk["group"] { -%>
Original file line number Diff line number Diff line change 11<%- unless $jk_mounts.empty { -%>
2-
32 <%- $jk_mounts.each |$jk| { -%>
43 <%- if $jk['mount'] != undef and $jk['worker'] != undef { -%>
54 JkMount <%= $jk['mount'] %> <%= $jk['worker'] %>
Original file line number Diff line number Diff line change 11<%- if $error_log or $log_level { -%>
2-
32 ## Logging
43<%- } -%>
54<%- if $error_log { -%>
Original file line number Diff line number Diff line change 11<%- unless $request_headers.empty { -%>
2-
32 ## Request header rules
43 ## as per http://httpd.apache.org/docs/2.4/mod/mod_headers.html#requestheader
54 <%- $request_headers.each |$request_statement| { -%>
Original file line number Diff line number Diff line change 11<%- unless $serveraliases.empty { -%>
2-
32 ## Server aliases
43 <%- Array($serveraliases).each |$serveralias| { -%>
54 ServerAlias <%= $serveralias %>
Original file line number Diff line number Diff line change 11<%- if @ssl -%>
2-
32 ## SSL directives
43 SSLEngine on
54 <%- unless @mdomain -%>
Original file line number Diff line number Diff line change 11<%- if $ssl_proxyengine { -%>
2-
32 # SSL Proxy directives
43 SSLProxyEngine On
54 <%- if $ssl_proxy_verify { -%>
Original file line number Diff line number Diff line change 11<%- if $suexec_user_group { -%>
2-
32SuexecUserGroup <%= $suexec_user_group %>
43<%- } -%>
You can’t perform that action at this time.
0 commit comments