1
I am trying to use rsync to replicate all the files from one web server to another server that could act as a backup if the first one went down. The problem I am having is that the .htaccess file requires the AuthUserFile to have the fully quallified path to the .htpasswd file and I cannot make the paths the same on the two machines.
Does anyone know how I might use the same .htaccess file on two different servers?
Thanks for any help that can be provided.
That sounds like the correct way to do it. I was hoping for less involved solution but that definitely seems like the proper answer. – stephenmm – 2010-06-07T02:44:39.283
As an added bonus, you will also be able to edit the authdb over the web easily enough. – Ignacio Vazquez-Abrams – 2010-06-07T02:51:30.770