This is a discussion on Multiple httpd.conf files in Apache within the Linux Web Servers forums, part of the Web Server and Related Forums category; Can someone tell me if it is possible to run multiple httpd.conf files on an Apache Unix Server? I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Can someone tell me if it is possible to run multiple httpd.conf files
on an Apache Unix Server? I have Apache setup as a reverse proxy. For Example ProxyPass /Test http://test.ipaper.com:50000 ProxyPassReverse /Test http://test.ipaper.com:50000 and I need to also have /Test reverse proxy to test.ipaper.com:51000 . Is that possible? Is so can someone tell me how to set it up? Many Thanks, Keith |
|
|||
|
"KC" <keith.crossett@gmail.com> said:
>Can someone tell me if it is possible to run multiple httpd.conf files >on an Apache Unix Server? > >I have Apache setup as a reverse proxy. > >For Example > >ProxyPass /Test http://test.ipaper.com:50000 >ProxyPassReverse /Test http://test.ipaper.com:50000 > >and I need to also have /Test reverse proxy to test.ipaper.com:51000 . > >Is that possible? Is so can someone tell me how to set it up? You might wish to clarify your wish. From the above, you say that inbound request to one single location should forward the request to two different internal locations. I think a bit more information would be needed to understand your goal. -- Wolf a.k.a. Juha Laiho Espoo, Finland (GC 3.0) GIT d- s+: a C++ ULSH++++$ P++@ L+++ E- W+$@ N++ !K w !O !M V PS(+) PE Y+ PGP(+) t- 5 !X R !tv b+ !DI D G e+ h---- r+++ y++++ "...cancel my subscription to the resurrection!" (Jim Morrison) |
| Thread Tools | |
| Display Modes | |
|
|