Skip to content
Snippets Groups Projects
Commit 4b2f3f1d authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

add stanford-web-templage alias

parent 7c0fb48e
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
ServerName <%= @vhost %> ServerName <%= @vhost %>
DocumentRoot /usr/share/secure-afs-request/cgi-bin DocumentRoot /usr/share/secure-afs-request/cgi-bin
RedirectMatch "^/$" "/secure-group-request"
TraceEnable off TraceEnable off
AddHandler cgi-script .cgi .pl AddHandler cgi-script .cgi .pl
...@@ -36,6 +37,10 @@ ...@@ -36,6 +37,10 @@
<RequireAll> <RequireAll>
require shibboleth require shibboleth
</RequireAll> </RequireAll>
</Directory </Directory>
# stanford-template-web directory (will eventually replace
# stanfordmodern)
Alias "/stanford-web-template" "/usr/share/stanford-web-template"
</VirtualHost> </VirtualHost>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment