blob: 6d8b74f84c5b30c0c99de265b30fe55ff09a2384 (
plain)
1
2
3
4
|
AllowOverride <%= @allow_override %>
<% if @options.to_s != 'absent' || @do_includes.to_s == 'true' || @run_mode == 'fcgid' -%>
Options <%- unless @options.to_s == 'absent' -%><%= @options %><% end -%><% if @do_includes.to_s == 'true' && !@options.include?('+Includes') -%> +Includes<% end -%><% if @run_mode == 'fcgid' && !@options.include?('+ExecCGI') -%> +ExecCGI<% end -%>
<% end -%>
|