Skip to main content
summaryrefslogblamecommitdiffstats
blob: 6c88a13325dc7f3f71f2139ffec5af75c2b4b80c (plain) (tree)
1
2
3
4
5
6
7





                                                   
                       




                                            
            
Alias /<%= @www_url %> <%= @base %>/<%= @version %>
<Directory <%= @base %>/<%= @version %>>
    AddHandler cgi-script .cgi
    Options +Indexes +ExecCGI
    DirectoryIndex index.cgi
    AllowOverride None
    Require all granted
<% if @rest_enabled         %>
    RewriteEngine on
    RewriteBase /<%= @www_url %>/
    RewriteRule ^rest/(.*)$ rest.cgi/$1 [NE]
<% end %>
</Directory>

Back to the top