> -----Original Message-----
> From: Mark Greenbank [mailto:[EMAIL PROTECTED] 
> Sent: Monday, May 01, 2006 10:57 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Apache 2 as front end?
> 
> Hi all,
> 
> I'm pretty new to the Apache config game :). Here's my setup:
> 
> host A.com:
> - This is the main http server using named virtual hosts to 
> control which web site is accessed (that is, one IP address + 
> many named hosts).
> 
> host B.domain.com:
> - Internal host that runs a web site on port 2002. That is, 
> internally it is accessed as http://B:2002/index.html
> 
> host Bweb.com:
> - I'd like any quests to this host (fielded by the VHOST 
> config on A.com) to be redirected to B.domain.com and the 
> response correctly send back to the user.

Is this the question? You want a three-part chain: A.com -> Bweb.com -> 
B.domain.com with only A.com on the web?

You might get away simply with mod_proxy on Bweb.com (see 
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass).

If the proxying scheme is more complicated or has conditional clauses, you 
might need to use mod_rewrite in proxy mode ([P] flag), see 
http://httpd.apache.org/docs/2.2/misc/rewriteguide.html.

NB: Be careful when using the word "redirect". It is a technical term meaning 
to send a 301/302 response to the client, asking it to retry the request to a 
new URL. You can't do that since the B machines are not on the web.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 


> 
> Is this possible to configure with Apache? I've look through 
> quite a lot of documentation but I think I'm unclear of which 
> terminology I should search on.
> 
> Any help or pointers to documentation would be appreciated.
> Thanks,
> Mark
> 
> 
Diese E-mail ist eine private und persönliche Kommunikation. Sie hat keinen 
Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX Gruppe. This e-mail is of a 
private and personal nature. It is not related to the exchange or business 
activities of the SWX Group. Le présent e-mail est un message privé et 
personnel, sans rapport avec l'activité boursière du Groupe SWX.
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to