|
Posted by ECRIA Public Mail Buffer on 06/26/05 08:01
You could use a header("location: ") redirect, or you could set up sub
domains and point each to their respective server's IP: ex. g1.gallery.com,
g2.gallery.com, etc - like php does with usx.php.net. Contact your net admin
to find out how to do that - there may be a web interface that allows you to
do domain forwarding/pointing.
What, I wonder, are you doing with 1000 photo galleries? ;-)
"Captain Ranger McCoy" <mobydickmovie@yahoo.com> wrote in message
news:1119751231.320732.301960@o13g2000cwo.googlegroups.com...
> Hello!
>
> Suppose I have ten servers at ten ips:
>
> x.x.x.1
> x.x.x.2
> x.x.x.3
> x.x.x.4 and so on
>
> Each server hosts 100+ photo galleries, all under a single domain name,
> but in different directories:
>
> gallery.com/gallery100
> gallery.com/gallery2000
> gallery.com/gallery300
> gallery.com/gallery4442
>
> How is it possible to configue apache to point to ten different
> servers, depending on which gallery is accessed?
>
> I don't want the domain to be merely forwarded, but all hits in any
> gallery, such as gallery.com/gallery4442, must leave
> gallery.com/gallery4442 in the access window.
>
> Is this possible? What's the best way to do this? Thanks so much!
>
> (If this isn't clear, I'll elaborate). Thanks!!
>
Navigation:
[Reply to this message]
|