Changeset 2922
- Timestamp:
 - Jan 23, 2010, 2:20:28 AM (16 years ago)
 - Location:
 - package_branches/invirt-web/hvirt/files/etc/apache2/conf.invirt
 - Files:
 - 
          
- 1 added
 - 5 edited
 
- 
          cas.mako (modified) (1 diff)
 - 
          certs.mako (modified) (1 diff)
 - 
          default.mako (added)
 - 
          krb.mako (modified) (1 diff)
 - 
          noauth.mako (modified) (1 diff)
 - 
          svn.mako (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
package_branches/invirt-web/hvirt/files/etc/apache2/conf.invirt/cas.mako
r2917 r2922 1 1 <%page args="cfg, invirt_ssl" /> 2 2 3 Listen ${cfg.web.sites.cas.port} 3 % if cfg.web.sites.cas.port not in [80, 443]: 4 Listen ${cfg.web.sites.cas.port} 5 % endif 4 6 CASLoginURL ${cfg.web.sites.cas.login} 5 7 CASValidateURL ${cfg.web.sites.cas.validate}  - 
        
package_branches/invirt-web/hvirt/files/etc/apache2/conf.invirt/certs.mako
r2912 r2922 1 1 <%page args="cfg, invirt_ssl" /> 2 2 3 Listen ${cfg.web.sites.certs.port} 3 % if cfg.web.sites.certs.port not in [80, 443]: 4 Listen ${cfg.web.sites.certs.port} 5 % endif 4 6 <VirtualHost *:${cfg.web.sites.certs.port}> 5 7 ServerAdmin ${cfg.web.errormail}  - 
        
package_branches/invirt-web/hvirt/files/etc/apache2/conf.invirt/krb.mako
r2912 r2922 1 1 <%inherit "master.mako"/> 2 2 3 Listen ${cfg.web.sites.krb.port} 3 % if cfg.web.sites.krb.port not in [80, 443]: 4 Listen ${cfg.web.sites.krb.port} 5 % endif 4 6 <VirtualHost *:442> 5 7 ServerAdmin ${cfg.web.errormail}  - 
        
package_branches/invirt-web/hvirt/files/etc/apache2/conf.invirt/noauth.mako
r2912 r2922 1 1 <%page args="cfg, invirt_ssl" /> 2 2 3 Listen ${cfg.web.sites.noauth.port} 3 % if cfg.web.sites.noauth.port not in [80, 443]: 4 Listen ${cfg.web.sites.noauth.port} 5 % endif 4 6 <VirtualHost *:${cfg.web.sites.noauth.port}> 5 7 ServerAdmin ${cfg.web.errormail}  - 
        
package_branches/invirt-web/hvirt/files/etc/apache2/conf.invirt/svn.mako
r2919 r2922 1 1 <%page args="cfg, invirt_ssl" /> 2 2 3 Listen ${cfg.web.sites.svn.port} 3 % if cfg.web.sites.svn.port not in [80, 443]: 4 Listen ${cfg.web.sites.svn.port} 5 % endif 4 6 <VirtualHost *:${cfg.web.sites.svn.port}> 5 7 ServerAdmin ${cfg.web.errormail}  
Note: See TracChangeset
          for help on using the changeset viewer.
      