<VirtualHost *:80>
ServerName formations.preprod.lespolypodes.com
DocumentRoot /var/www/preprod/polypodes-formations
#php_value auto_prepend_file "/var/www/preprod/document_root.php"
ProxyRequests off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://localhost:8080/ retry=1 acquire=3000 timeout=600 Keepalive=On
ProxyPassReverse / http://localhost:8080/
</VirtualHost>
$ sudo service apache2 reload
$ sudo a2enmod proxy
$ sudo a2enmod proxy_http