Afficher un message
Vieux 03/10/2006, 17h20   #8
Davide Bianchi
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Apache and mod_proxy

On 2006-10-03, Zork <skills102@googlemail.com> wrote:
> yep and this is what I don't know how to do.


Since the apps will use the server as a proxy, I suspect that you'll
still receive the request pointing to the destination server, then
you should be able to do something like

NameVirtualHost *

<VirtualHost *>
Servername xyz.domain.com
ProxyPass / http://whereveryouwant/
ProxyPassReverse / http://whereveryouwant/
</VirtualHost>

But without being able to see the application first-hand, is difficult
to say. You could also try with a real proxy server (Squid).

Davide

--
!07/11 PDP a ni deppart m'I !pleH
  Réponse avec citation
 
Page generated in 0,04840 seconds with 9 queries