10 lines
220 B
Text
10 lines
220 B
Text
|
<VirtualHost ${ipaddr}:80>
|
||
|
ServerName www.${domain}
|
||
|
ServerAlias ${domain}
|
||
|
|
||
|
Alias /stats ${statsdir}
|
||
|
DocumentRoot ${docroot}
|
||
|
|
||
|
ErrorLog ${logdir}/error.log
|
||
|
CustomLog ${logdir}/access.log combined
|
||
|
</VirtualHost>
|