Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Reverse Proxy and Virtual Hosts

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
mod_ssl and virtual hosts with a reverse proxy - I need a bit of guidance with setting up SSL support in a reverse proxy scenario. I am working on using Apache 2 on Linux to replace a reverse proxy. Being a relative newcomer to Apache and Linux, I have run into a bit of a problem. I..

Need Help with reverse Proxy - Hi, i have same troubles with my Reverse Proxy I have two dns entrys that points to the same IP Adress in the Internet. From this Server i want to redirect the Request to internal Web Server. ..

Reverse proxy help - I am trying to setup a reverse proxy using apache 2048. I have 1 server inside our network named that is only connected to our internal lan. The reverse proxy is connected to the internet with a static IP number and also the internal lan. From..

ftp proxy reverse - Hello! Some one can help me about Ftp proxy reverse on Apache 2? Thank you

Apache as reverse proxy to OWA 2003 - This is a of the thread titled proxy with SSL, redirects to non-SSL I promised that after I figured things out I would post a solution here. First, a brief of the problem. I wanted to use Apache 2.0 to serve..
Next:  IIS6: Get Error ASP 0104 : 80004005 for large pos..  
Author Message
Etan Weintraub

External


Since: Mar 29, 2005
Posts: 4



(Msg. 1) Posted: Mon Apr 04, 2005 3:56 pm
Post subject: Reverse Proxy and Virtual Hosts
Archived from groups: alt>apache>configuration (more info?)

Hey All-
I'm running apache 2.0.53, with proxy. I've figured out how to do Reverse
Proxies, but now I'm running into an issue. I want to configure a Reverse
Proxy strictly for a Virtual Host, so that everything for that virtual
host, goes to another server (don't ask why I have to do it this way, it's
politics). The problem is, whenever I put the ProxyPass and
ProxyPassReverse tags in (whether I specify /, or do a <Location />)
inside the Virtual Host definition, it applies across the board to the
default host as well.

Any ideas?

Thanks!
-Etan

 >> Stay informed about: Reverse Proxy and Virtual Hosts 
Back to top
Login to vote
user3139

External


Since: Nov 10, 2004
Posts: 3



(Msg. 2) Posted: Tue Apr 05, 2005 5:35 am
Post subject: Re: Reverse Proxy and Virtual Hosts [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Try to configure an

<VirtualHost x.y.z.c>
ServerName my.domain.ext
ServerAdmin my.email.TakeThisOut@domain.ext


ProxyPass / <a style='text-decoration: underline;' href="http://x1.y1.z1.c1/" target="_blank">http://x1.y1.z1.c1/</a>
ProxyPassReverse / <a style='text-decoration: underline;' href="http://x1.y1.z1.c1/" target="_blank">http://x1.y1.z1.c1/</a>

</VirtualHost>


Etan Weintraub schrieb:

 > Hey All-
 > I'm running apache 2.0.53, with proxy. I've figured out how to do Reverse
 > Proxies, but now I'm running into an issue. I want to configure a Reverse
 > Proxy strictly for a Virtual Host, so that everything for that virtual
 > host, goes to another server (don't ask why I have to do it this way, it's
 > politics). The problem is, whenever I put the ProxyPass and
 > ProxyPassReverse tags in (whether I specify /, or do a <Location />)
 > inside the Virtual Host definition, it applies across the board to the
 > default host as well.
 >
 > Any ideas?
 >
 > Thanks!
 > -Etan<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Reverse Proxy and Virtual Hosts 
Back to top
Login to vote
Etan Weintraub

External


Since: Mar 29, 2005
Posts: 4



(Msg. 3) Posted: Tue Apr 05, 2005 10:30 am
Post subject: Re: Reverse Proxy and Virtual Hosts [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yeah, that's what I did, but it took the too ProxyPass rules and applied
them across ALL virtual hosts....

On Tue, 5 Apr 2005, it was written:

 > Try to configure an
 >
 > <VirtualHost x.y.z.c>
 > ServerName my.domain.ext
 > ServerAdmin my.email RemoveThis @domain.ext
 >
 >
<font color=purple> > ProxyPass / <a style='text-decoration: underline;' href="http://x1.y1.z1.c1/</font" target="_blank">http://x1.y1.z1.c1/</font</a>>
<font color=purple> > ProxyPassReverse / <a style='text-decoration: underline;' href="http://x1.y1.z1.c1/</font" target="_blank">http://x1.y1.z1.c1/</font</a>>
 >
 > </VirtualHost>
 >
 >
 > Etan Weintraub schrieb:
 >
  > > Hey All-
  > > I'm running apache 2.0.53, with proxy. I've figured out how to do Reverse
  > > Proxies, but now I'm running into an issue. I want to configure a Reverse
  > > Proxy strictly for a Virtual Host, so that everything for that virtual
  > > host, goes to another server (don't ask why I have to do it this way, it's
  > > politics). The problem is, whenever I put the ProxyPass and
  > > ProxyPassReverse tags in (whether I specify /, or do a <Location />)
  > > inside the Virtual Host definition, it applies across the board to the
  > > default host as well.
  > >
  > > Any ideas?
  > >
  > > Thanks!
  > > -Etan
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Reverse Proxy and Virtual Hosts 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]