Problem
---
I'm trying to switch from PHP installed as module (Apache) to PHPinstacll as
FASTcgi - on Windows 2003 server. I've downloaded mod_fcgid-2.1-w32.zip from
(apachelounge) and also just in case http://www.fastcgi.com/dist/
(mod_f
Ok here's what I've done so far:
I've added the A record images.mydomain.com to the IP 123.123.123.2 (Server
2)
90% of my images are located:
mydomain.com/images
subfolder.mydomain.com/images1/
subfolder.mydomain.com/images2/
I guess I need to tell the server to send those request to:
images.myd
I think I'll try this:
> Alternatively, you may choose to split up your site and have certain
> portions handled by the MySQL box. For instance, use mod_proxy to
> send part of your traffic to the back-end, and/or running your
> application server there.
I want to send all request for imag
I've mirrored the htdocs to the 2nd server. And they file sync every 15 mins.
Problem:
server 1 is www.mysite.com with ip 123.123.123.1
server 2 is simply a different ip eg 123.123.123.2
What is the best method to share the load across the two apache servers?
I notice in the apache console ther