This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
authentic-old/debian.sarge/vhost-apache-authentic

7 lines
228 B
Plaintext
Raw Normal View History

<VirtualHost *:80>
ServerName authentic.example.com
2006-03-20 11:34:19 +01:00
include /usr/share/authentic/apache2.conf
2005-04-20 14:02:39 +02:00
CustomLog /var/log/apache2/authentic-access.log combined
ErrorLog /var/log/apache2/authentic-error.log
</VirtualHost>