Heya users, I've got a VirtualHost definition with about 68 mod_alias Redirect lines. I've been using mod_jk to connect to JBoss, but I'm trying to switch over to mod_proxy...however, when I do, my Redirect's no longer work. The entire site works with mod_proxy, except the Redirects stop working. When I enter a path that I expect to get redirected, I see a white screen in firefox. In apache logs I see a 400 error being thrown...which is kinda what I expect if the path doesn't get redirected. Why would my Redirect's work with mod_jk and not mod_proxy? Here's an example of my configuration, Redirect /sitemap http://domain.com/project/public/SiteMap.do # JkMount /* worker1 <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPreserveHost on ProxyPass / http://localhost:8090/ ProxyPassReverse / http://localhost:8090/ </VirtualHost> -- Nicholas Wheeler --------------------------------------------------------------------- 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