On Wed, Mar 17, 2010 at 7:44 AM, Supratim Bandyopadhyaya <mail.supratim@xxxxxxxxx> wrote: > Greetings to all, > I am trying to configure my apache server > to serve pages from an underlying jetty application server. > > This jetty servers hosts two applications in following paths > > http://localhost:7070/bw/ > > and > > http://localhost:7070/feedbrn/ > > my configuration is like this > > > > RewriteEngine On > RewriteRule ^/$ http://localhost:7070/bw/ [P,L] > > RewriteRule ^/bw$ http://localhost:7070/bw/ [P,L] > RewriteRule ^/bw/admin/(.*) http://localhost:7070/bw/ [P,L] > RewriteRule ^/bw/feedbrn/(.*) http://localhost:7070/feedbrn/ [P,L] > RewriteRule ^/bw/alfrescoUser/(.*) http://localhost:7070/bw/ [P,L] > RewriteRule ^/bw/(.*) http://localhost:7070/bw/$1 [P,L] > ProxyPassReverse / http://localhost:7070/bw > > > This does not seem to detech the feedbrn part. What URL are you testing? > How can I fix this problem? What happens? What do you expect to happen? What does the RewriteLog say? -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- 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