Mirroring LAMP Website

From assela Pathirana
Revision as of 16:12, 7 April 2011 by Root (talk | contribs) (Created page with '==Introduction== Cheap web hosting companies do not provide # SSL support (https), # Digest authentication (a poor-man's alternative to true SSL to introduce a modicum of secur…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Introduction

Cheap web hosting companies do not provide

  1. SSL support (https),
  2. Digest authentication (a poor-man's alternative to true SSL to introduce a modicum of security.)
  3. Admin access to MySQL database servers.

Running a web-based content creation system like a wiki off such a platform exposes your passwords being transmitted in clear-text each time you login to the site to change something.

The solution I wanted to to implement is to run the `editable' version of the web site in a different server (my home server, that is not 24h up and running) then to `mirror' the changes to a `read-only' server on my hosting site. After several false-stats, I was successfully in doing this. Following is the story.