<% 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
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/manifests/modules/apache/templates/vhost/_scriptalias.erb |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|