
August 11th, 2005, 01:25 AM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 4
Time spent in forums: 37 m 4 sec
Reputation Power: 0
|
|
|
PHP Script for website mirroring
I have a website hosted at a datacenter. the website is very important for our organisation and 90% of our company users check it everyday. Our company Computers are connected in a LAN. to save the bandwith of users checking the website and using the company internet bandwith and to make datatransfer for the website faster I have decided to put a local webserver which will act as a mirror webserver for the website.
I have installed Apache, php, mysql in the localwebserver. i have edited the DNS entries for the Local DNS server so that the website points to the localwebserver.
My Website uses Mambo Opensource (developed using php and mysql), is there any script that can pull the contents from the main webserver (say after every 5 hours) and make it available in the local server or put the content of my local server (is it more updated) to the main server. it is something like a mirror site.
|