3b419279d95e80fe678efb1259543f04e98334c9
[hcoop/domtool2.git] / lib / apache.dtl
1 {{Apache web server configuration}}
2
3 context Vhost;
4 {{A WWW virtual host}}
5
6 extern val vhost : host -> Vhost => [Domain]
7 {WebNodes : [node],
8 SSL : bool,
9 User : your_user,
10 Group : your_group,
11 DocumentRoot : your_path,
12 ServerAdmin : email};