<% if @scriptalias -%> ## Script alias directives ScriptAlias /cgi-bin/ "<%= @scriptalias %>/" <Directory "<%= @scriptalias %>"> AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all <% if @ssl -%> SSLOptions +StdEnvVars <% end -%> </Directory> <% end -%>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 8433 | Matt Attaway |
Test environement for working with Webkeeper using vagrant. Just sync and type 'vagrant up' |