On Wed, Oct 18, 2006 at 11:19:53AM -0700, [EMAIL PROTECTED] wrote: > I want Apache to work like normal for http://domain1.org (port 80) > but invisibly move clients to port 8080 if they want http://domain2.org. > > (i.e. I don't want clients to have to type http://domain2.org:8080 > explicitly.) > > This doesn't work.... > > NameVirtualHost *:80 > <VirtualHost *:80> > ProxyPass http://domain2.org http://domain2.org:8080 > ProxyPassReverse http://domain2.org http://domain2.org:8080 > </VirtualHost>
I'm pretty sure you can do this with Redirect... -- *********************************************************************** * John Oliver http://www.john-oliver.net/ * * * *********************************************************************** -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
