<% if @disable_root -%> UserDir disabled root <% end -%> UserDir <%= @dir %> /*/<%= @dir %>"> AllowOverride FileInfo AuthConfig Limit Indexes Options <%= @options.join(' ') %> <%- if scope.function_versioncmp([@apache_version, '2.4']) >= 0 -%> Require all granted <%- else -%> Order allow,deny Allow from all <%- end -%> <%- if scope.function_versioncmp([@apache_version, '2.4']) >= 0 -%> Require all granted <%- else -%> Order allow,deny Allow from all <%- end -%>