View Single Post

  #1 (permalink)  
Old 08-30-2005
KC
 
Posts: n/a
Default Multiple httpd.conf files in Apache

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