Sha256: e30b47e6af52e4b78f2ba77fd34b09e60ce3fd9e11d6a4e04aca0e01709bb724

Contents?: true

Size: 920 Bytes

Versions: 11

Compression:

Stored size: 920 Bytes

Contents

<% if @itk and ! @itk.empty? -%>
  ## ITK statement
  <IfModule mpm_itk_module>
     <%- if @itk["user"] and @itk["group"] -%>
     AssignUserId <%= @itk["user"] %> <%= @itk["group"] %>
     <%- end -%>
     <%- if @itk["assignuieridexpr"] -%>
     AssignUserIdExpr <%= @itk["assignuieridexpr"] %>
     <%- end -%>
     <%- if @itk["assignuiergroupexpr"] -%>
     AssignGroupIdExpr <%= @itk["assignuiergroupexpr"] %>
     <%- end -%>
     <%- if @itk["maxclientvhost"] -%>
     MaxClientsVHost <%= @itk["maxclientvhost"] %>
     <%- end -%>
     <%- if @itk["nice"] -%>
     NiceValue <%= @itk["nice"] %>
     <%- end -%>
     <%- if @kernelversion >= '3.5.0' -%>
       <%- if @itk["limituidrange"] -%>
     LimitUIDRange <%= @itk["limituidrange"] %>
       <%- end -%>
       <%- if @itk["limitgidrange"] -%>
     LimitGIDRange <%= @itk["limitgidrange"] %>
       <%- end -%>
     <%- end -%>
  </IfModule>
<% end -%>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
freighthop-0.6.1 modules/apache/templates/vhost/_itk.erb
freighthop-0.6.0 modules/apache/templates/vhost/_itk.erb
freighthop-0.5.2 modules/apache/templates/vhost/_itk.erb
freighthop-0.5.1 modules/apache/templates/vhost/_itk.erb
freighthop-0.5.0 modules/apache/templates/vhost/_itk.erb
freighthop-0.4.1 modules/apache/templates/vhost/_itk.erb
freighthop-0.4.0 modules/apache/templates/vhost/_itk.erb
freighthop-0.3.3 modules/apache/templates/vhost/_itk.erb
freighthop-0.3.2 modules/apache/templates/vhost/_itk.erb
freighthop-0.3.1 modules/apache/templates/vhost/_itk.erb
freighthop-0.3.0 modules/apache/templates/vhost/_itk.erb