Line | |
---|
1 | <%page args="cfg, invirt_ssl" /> |
---|
2 | |
---|
3 | Listen ${cfg.web.sites.cas.port} |
---|
4 | CASLoginURL ${cfg.web.sites.cas.login} |
---|
5 | CASValidateURL ${cfg.web.sites.cas.validate} |
---|
6 | CASValidateServer Off |
---|
7 | <VirtualHost *:${cfg.web.sites.cas.port}> |
---|
8 | ServerAdmin ${cfg.web.errormail} |
---|
9 | ServerName ${cfg.web.hostname}:${cfg.web.sites.cas.port} |
---|
10 | <%call expr="invirt_ssl()"> |
---|
11 | AuthType CAS |
---|
12 | AuthName "${cfg.web.sites.cas.authname}" |
---|
13 | Require valid-user |
---|
14 | </%call> |
---|
15 | SSLVerifyClient require |
---|
16 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.