Private Label SSL: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:
4) Setup apache to work as a reverse proxy using one of the following configurations for your Apache Virtual Host.
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
   # We're not an open proxy