/[adm]/puppet/modules/catdap/templates/catdap_vhost.conf
ViewVC logotype

Contents of /puppet/modules/catdap/templates/catdap_vhost.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 97 - (show annotations) (download)
Thu Nov 4 17:51:05 2010 UTC (13 years, 5 months ago) by misc
File size: 463 byte(s)
- refactor the vhost
- fix the url used for svn checkout
- add a requires from catdap config to svn checkout for ordering purpose
- move extlookup call outside of template
- fix the name of apache config file
- fix the naming of the ldap server  

1 <VirtualHost *:80>
2 ServerName <%= catdap_vhost %>
3 # Serve static content directly
4 DocumentRoot <%= catdap_location %>/root
5 Alias /static <%= catdap_location %>/root/static
6
7 Alias / <%= catdap_location %>/script/catdap_fastcgi.pl/
8
9 <Directory <%= catdap_location %>/script>
10 Options +ExecCGI
11 SetHandler fcgid-script
12 Allow from all
13 </Directory>
14 </VirtualHost>
15

  ViewVC Help
Powered by ViewVC 1.1.30