I am using php & mysql with apache. How i can run a directory on one server & another on second server to handle httpd request. Like
<!-- m --><a class="postlink" href="http://www.abc.com/a1">http://www.abc.com/a1</a><!-- m --> on one server
& <!-- m --><a class="postlink" href="http://www.abc.com/a2">http://www.abc.com/a2</a><!-- m --> on second serverthis has nothing to do w/ php, this is something you will need to configure in apache
ive never done this, so cant suggest the best way, but i would have a look here
<!-- m --><a class="postlink" href="http://httpd.apache.org/docs/misc/rewriteguide.html">http://httpd.apache.org/docs/misc/rewriteguide.html</a><!-- m -->
go down to where it sais load balancing and read from there,
<!-- m --><a class="postlink" href="http://www.abc.com/a1">http://www.abc.com/a1</a><!-- m --> on one server
& <!-- m --><a class="postlink" href="http://www.abc.com/a2">http://www.abc.com/a2</a><!-- m --> on second serverthis has nothing to do w/ php, this is something you will need to configure in apache
ive never done this, so cant suggest the best way, but i would have a look here
<!-- m --><a class="postlink" href="http://httpd.apache.org/docs/misc/rewriteguide.html">http://httpd.apache.org/docs/misc/rewriteguide.html</a><!-- m -->
go down to where it sais load balancing and read from there,