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