Here is how to connect Verbolia pages to your Apache application.
Notes: Always replace “client.com” with your hostname, “client.backend.verbolia.com” with the given verbolia hostname and “/path_to_verbolia/” with the agreed routed url pattern.
- Prerequesites
Be sure you installed the required extensions: proxy, proxy_http, ssla2enmod proxy proxy_http ssl systemctl restart apache2
- Append your sites-available configuration
Edit your sites-available .conf file and add the ProxyPass instructions:SSLProxyEngine On ProxyPass /path_to_verbolia/ https://client.backend.verbolia.com/path_to_verbolia/ ProxyPassReverse /path_to_verbolia/ https://client.backend.verbolia.com /path_to_verbolia/
- Restart apache
systemctl restart apache2