<VirtualHost *:80>
ServerName scm.ops4j.org
ServerAdmin webmaster@localhost
DocumentRoot /var/http/scm.ops4j.org
<Location / >
Options Indexes FollowSymLinks MultiViews
Order allow,deny
allow from all
</Location>
ErrorLog /var/log/apache2/scm.ops4j.org.error.log
CustomLog /var/log/apache2/scm.ops4j.org.access.log combined
ProxyPass / http://localhost:8081/
ProxyPassReverse / http://localhost:8081/
</VirtualHost>