View Single Post
Old 11-01-2015, 10:47 AM   #6
aurigod
Enthusiast
aurigod began at the beginning.
 
Posts: 40
Karma: 10
Join Date: Oct 2012
Location: Lyon [France]
Device: JuliusvonJD
I have fixed the problem using virtual host and mod_proxy apache

Install mod_proxy mod_proxyhttp
Create a virtual host reached by 'http://bibli.<domain>
edit the site

<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName bibli.<domain>
ProxyPass / http://192.168.1.xxx:8080/
ProxyPassReverse / http://192.168.1.xxx:8080/
ProxyPreserveHost On
</VirtualHost>

Last edited by aurigod; 11-12-2015 at 12:07 PM.
aurigod is offline   Reply With Quote