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