apache proxy 設定
<VirtualHost *:443>
ServerName web1.liho.tw:80
ProxyPreserveHost On
ProxyPass / ‘http://192.168.177.8/’
ProxyPassReverse / ‘http://192.168.177.8/’
</VirtualHost>
<VirtualHost *:443>
ServerName web1.liho.tw:80
ProxyPreserveHost On
ProxyPass / ‘http://192.168.177.8/’
ProxyPassReverse / ‘http://192.168.177.8/’
</VirtualHost>