reverse proxy - transfer whole domain

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello there,

I'm trying to set up Apache 2 as reverse proxy.
The scenario should be:

  * a public Apache2 on server_1 which receives all request of
    www.domainX.cxm and works as reverse proxy
  * a private Apache2 which actually serves www.domainX.cxm contents

All the examples on the web show a configuration like:
/foo  http://server_2:8080/foo

As on my server_1 I configured several domains, how can I make the whole traffic for www.domainX.cxm be transfered to server_2 ?? I tried these conf. but they didn't work and server_1 is still serving all the content for www.domainX.cxm

  * ProxyPass domainX.cxm http://server_2/domainX-content|

  * ProxyPassReverse domainX.cxm http://server_2/domainX-content|

or

  * ProxyPass http://www.domainX.cxm http://server_2/domainX-content|

  * ProxyPassReverse http://www.domainX.cxm http://server_2/domainX-content|

Thanks in advance for you help and suggestions.
Alessandro I.


---------------------------------------------------------------------
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: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux