Project

General

Profile

« Previous | Next » 

Revision 4c18f820

Added by Ivan Necas over 10 years ago

Update to librarian

View differences:

modules/apache/templates/vhost/_fastcgi.erb
<% end -%>
<% if @fastcgi_dir -%>
<Directory <%= @fastcgi_dir %>>
<Directory "<%= @fastcgi_dir %>">
Options +ExecCGI
AllowOverride All
SetHandler fastcgi-script
<%- if @apache_version >= '2.4' -%>
Require all granted
<%- else -%>
Order allow,deny
Allow from all
Allow From All
<%- end -%>
AuthBasicAuthoritative Off
</Directory>

Also available in: Unified diff