Initial commit
[apache2-cn.git] / templates / default.template
1 <VirtualHost *:80>
2     ServerAdmin webmaster@HOST.DOMAIN
3     
4     ServerName HOST.DOMAIN
5     DocumentRoot DOCROOT
6     LogLevel warn
7     ErrorLog /var/log/apache2/HOST.DOMAIN-error.log
8     CustomLog /var/log/apache2/HOST.DOMAIN-access.log combined
9
10     #<Directory DOCROOT>
11     #    # AllowOverride All
12     #    AllowOverride None
13     #    Options OPTIONS
14     #    Order allow,deny
15     #    Allow from all
16     #</Directory>
17
18 </VirtualHost>