Re: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax

2007-07-24 Thread Joshua Slive
On 7/23/07, Jeff Murch <[EMAIL PROTECTED]> wrote: Joshua, I appreciate the help and the good answers. I have one last (At least for this project) problem. I'm using mod_proxy_html and expecting it to rewrite the HTML links on my reverse proxied pages. It is on the HTML but not anywhere within

Re: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax

2007-07-24 Thread Joshua Slive
On 7/23/07, Jeff Murch <[EMAIL PROTECTED]> wrote: Thanks Joshua. That convinced me to go back and keep trying with the ProxyPassReverse directive since I wasn't happy with the header unset. It works fine after I messed with the syntax a bit. Do you know if you can do conditional header directiv

FW: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax

2007-07-23 Thread Jeff Murch
Also yes extended mode is On. Jeff -Original Message- From: Jeff Murch [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 8:36 PM To: 'users@httpd.apache.org' Subject: RE: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax Joshua, I appreciat

RE: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax

2007-07-23 Thread Jeff Murch
Re: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax On 7/23/07, Jeff Murch <[EMAIL PROTECTED]> wrote: > The source web server is sending it as a redirect and it is redirecting the > browser off my reverse proxy to a site that is not available to the outside

RE: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax

2007-07-23 Thread Jeff Murch
eader Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Monday, July 23, 2007 7:14 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax On 7/23/07, Jeff Murch &l

Re: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax

2007-07-23 Thread Joshua Slive
On 7/23/07, Jeff Murch <[EMAIL PROTECTED]> wrote: The source web server is sending it as a redirect and it is redirecting the browser off my reverse proxy to a site that is not available to the outside world. I've headers unset location and set location "were it should go" but I'd like to be able

RE: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax

2007-07-23 Thread Jeff Murch
ith wildcards. Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Monday, July 23, 2007 6:59 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax On 7/23/07, Eric Covener <[

Re: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax

2007-07-23 Thread Joshua Slive
On 7/23/07, Eric Covener <[EMAIL PROTECTED]> wrote: On 7/23/07, Jeff Murch <[EMAIL PROTECTED]> wrote: > I need to rewrite a location header as follows but I can't seem to get the > syntax correct: > > RewriteRule ^Location: http://server1.domain.com Location: > server2.domain.com [R,L] Somethin

Re: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax

2007-07-23 Thread Eric Covener
On 7/23/07, Jeff Murch <[EMAIL PROTECTED]> wrote: I need to rewrite a location header as follows but I can't seem to get the syntax correct: RewriteRule ^Location: http://server1.domain.com Location: server2.domain.com [R,L] Something like this? RewriteCond %{HTTP:Location} ^http://server1\.

[EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax

2007-07-23 Thread Jeff Murch
I need to rewrite a location header as follows but I can't seem to get the syntax correct: RewriteRule ^Location: http://server1.domain.com Location: server2.domain.com [R,L] I know I have to have a delimiter between old and new values? Jeff