On Sat, Aug 02, 2003 at 10:16:47PM +0200, Steven Noels wrote: > I tried mapping this under the final destination URI space > cocoon.apache.org/wiki/ by adding a .htaccess directive under the > cocoon.apache.org document root on daedalus which reads as follows: > > <Proxy *> > Order deny,allow > Allow from all > </Proxy> > ProxyPass /wiki/ http://minotaur.apache.org:38080/
ProxyPass can't be in .htaccess. Redirect directives can. But, they'll see the 'real' URL in the browser. If I get a chance in the next few days, I'll try to run a simple load test against it to see how the JDK fares. -- justin
