Comment.
[mkws-moved-to-github.git] / examples / apache2 / mkws-examples
1 # This is for the live example.indexdata.com, running on caliban
2
3 <VirtualHost *:80>
4     ServerName example.indexdata.com
5     DocumentRoot /home/indexdata/mkws/examples/htdocs/
6     ErrorLog /var/log/apache2/mkws-examples-error.log
7     CustomLog /var/log/apache2/mkws-examples-access.log combined
8 </VirtualHost>