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)


thanks for any hints

--- Peter J Milanese <[EMAIL PROTECTED]> wrote:

> No.
> 
> Make sure you are loading proxy and the proxy_http
> mods.
> 
> 
> 
> 
> ----- Original Message -----
> From: Melanie Pfefer [EMAIL PROTECTED]
> Sent: 03/27/2008 05:40 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] url redirection
> 
> 
> 
> the proxy module should be loaded since [P] is
> working
> on another rewrite rule (but not to a tomcat server)
> 
> 
> 
> --- Peter J Milanese <[EMAIL PROTECTED]> wrote:
> 
> > Are you loading the proxy modules?
> >
> >
> >
> >
> > ----- Original Message -----
> > From: Melanie Pfefer [EMAIL PROTECTED]
> > Sent: 03/27/2008 03:11 PM
> > To: users@httpd.apache.org
> > Subject: Re: [EMAIL PROTECTED] url redirection
> >
> >
> >
> > hello,
> >
> > changing to [P] flag:
> >  RewriteRule ^/(.*web:jar.*)
> http://zeus:8086/src/$1
> > [P]
> >
> > returns a page cannot be displayed.
> >
> > This is when apache redirects to a tomcat. Why P
> > flag
> > does not work in this redirection? Could it be
> that
> > tomcat needs additional configuration to accept
> > Proxy?
> >
> > thanks
> > --- Melanie Pfefer <[EMAIL PROTECTED]>
> > wrote:
> >
> > > things are ok now with this rewrite rule
> > >
> > > RewriteRule ^/(.*web:jar.*)
> > http://zeus:8086/src/$1
> > > [R=301,L]
> > >
> > > I wanted to have 'jar' as pattern but couldn't
> do
> > > it.
> > >
> > > If someone can help, I appreciate.
> > >
> > > --- Melanie Pfefer <[EMAIL PROTECTED]>
> > > wrote:
> > >
> > > > I tried this
> > > >
> > > > RewriteEngine On
> > > > RewriteRule ^/(.*jar.*)
> http://zeus:8086/src/$1
> > > > [R=301,L]
> > > >
> > > > However
> > > > http://zeus/web:jar:0000001
> > > > becomes
> > > > http://zeus:8086/src/web:jar:/web:jar:0000001
> > > >
> > > > while I want it to be
> > > >
> > > > http://zeus:8086/src/web:jar:0000001
> > > >
> > > > could you please advise?
> > > > thanks
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > --- Mathew <[EMAIL PROTECTED]> wrote:
> > > >
> > > > > The last time I had to configure something
> for
> > > > > tomcat I used proxy settings.  I don't have
> > > access
> > > > > to this information right now otherwise I'd
> > give
> > > > an
> > > > > example of what I did but I'm sure you can
> > find
> > > > > something on Google.
> > > > >
> > > > > Mathew
> > > > >
> > > > > Melanie Pfefer wrote:
> > > > > > Hi,
> > > > > >
> > > > > > How to redirect urls that contains
> �jar�
> > > > > string from
> > > > > >
> > > > > > http://zeus:8085/web/sec:jar:0000001
> > > > > > to
> > > > > > http://zeus:8086/src/web:sec:jar:0000001
> > > > > >
> > > > > > the first one is on apache
> > > > > > the 2nd web app is on tomcat
> > > > > >
> > > > > > thanks bunches
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
__________________________________________________________
> > > > > > Sent from Yahoo! Mail.
> > > > > > More Ways to Keep in Touch.
> > > > > http://uk.docs.yahoo.com/nowyoucan.html
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
---------------------------------------------------------------------
> > > > > > 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:
> > > > > [EMAIL PROTECTED]
> > > > > >    "   from the digest:
> > > > > [EMAIL PROTECTED]
> > > > > > For additional commands, e-mail:
> > > > > [EMAIL PROTECTED]
> > > > > >
> > > > >
> > > > > --
> > > > > Keep up with my goings on at
> > > > > http://theillien.blogspot.com
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
>
---------------------------------------------------------------------
> > > > > 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:
> > > > > [EMAIL PROTECTED]
> > > > >    "   from the digest:
> > > > > [EMAIL PROTECTED]
> > > > > For additional commands, e-mail:
> > > > > [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> >
>
___________________________________________________________
> > > >
> > > > Yahoo! For Good helps you make a difference
> > > >
> > > > http://uk.promotions.yahoo.com/forgood/
> > > >
> > > >
> > >
> >
>
---------------------------------------------------------------------
> 
=== message truncated ===



      __________________________________________________________
Sent from Yahoo! Mail.
More Ways to Keep in Touch. http://uk.docs.yahoo.com/nowyoucan.html

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to