view modules/apache/templates/vhost/_suphp.erb @ 106:ef0926ee389a puppet-3.6

Lock down Apache headers for security, based on https://securityheaders.io/
author IBBoard <dev@ibboard.co.uk>
date Sat, 14 May 2016 17:10:10 +0100
parents 37675581a273
children
line wrap: on
line source

<% if @suphp_engine == 'on' -%>
  <%- if @suphp_addhandler -%>
  suPHP_AddHandler <%= @suphp_addhandler %>
  <%- end -%>
  <%- if @suphp_engine -%>
  suPHP_Engine <%= @suphp_engine %>
  <%- end -%>
  <%- if @suphp_configpath -%>
  suPHP_ConfigPath "<%= @suphp_configpath %>"
  <%- end -%>
<% end -%>