Jan Dittberner
fdea3217c8
- gpg encryption for mails - domain creation and deletion completed - logging - use pwd and grp git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/gnuviech.info/gnuviechadmin/trunk@230 a67ec6bc-e5d5-0310-a910-815c51eb3124
10 lines
No EOL
220 B
Text
10 lines
No EOL
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> |