Changes

Jump to navigation Jump to search

Private Label SSL

315 bytes removed, 10:49, 28 July 2016
no edit summary
4) Setup apache to work as a reverse proxy using one of the following configurations for your Apache Virtual Host.
For the booking page.
 
# We're not an open proxy
ProxyRequests off
# Proxying is available for anyone
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
# The site we're proxying
ProxyPass / https://booking.beds24.com/
ProxyPassReverse / https://booking.beds24.com/
 
 
For the control panel
# We're not an open proxy

Navigation menu