On Friday 22 April 2005 12:50, Albert Whale wrote: > ><Location /> > > ProxyPass http://www.hostname.com:8080/ > > ProxyPassReverse http://www.hostname.com:8080/ > ></Location> > > > >This set of tags, when placed within the containers where your > >DocumentRoot is defined, will proxy all traffic from the source machine > >to the destination machine. > > I almost thiugh that was it. However ProxyPass is not permitted inside > a Location. > > Also note, that proxypass is a two argument command. Well, true, but this should work: ProxyPass / http://www.hostname.com:8080/ ProxyPassReverse / http://www.hostname.com:8080/ This style works for me (under 2.0.x) j----- k----- -- Joshua Kugler CDE System Administrator http://distance.uaf.edu/ --------------------------------------------------------------------- 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