On Thu, Mar 27, 2008 at 6:32 PM, Melanie Pfefer <melanie_pfefer@xxxxxxxxxxx> wrote: > Hi > > httpd -M shows > proxy_module (shared) > proxy_connect_module (shared) > proxy_ftp_module (shared) > proxy_http_module (shared) > proxy_ajp_module (shared) > proxy_balancer_module (shared) > > > My rewrite lines are: > RewriteEngine On > RewriteRule ^/(RAS.*) http://zeus:8089/$1 [P,L] > > RewriteRule ^/(.*web:jar.*) http://zeus:8086/src/$1 > [P,L] > RewriteLog "/usr/local/apache2/logs/rewrite.log" > RewriteLogLevel 9 > > The first rewrite rule is ok (port 8089 is a servlet) > The 2nd displays the 2 frames but the content is not > displayed (port 8086 is tomcat) If some of the content (the frameset) from the backend is displaying but not all, then the problem is likely broken links created by the change in context of the request or some problem like that. Examine exactly what is being sent back to the client and see where the problem is. Also check to see if the apache error log says anything. Joshua. --------------------------------------------------------------------- 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