I'd say they fixed a bug....
because that condition should never have been matched in the first
place.



On Fri, 2007-11-30 at 10:46 +0100, Werner Schalk wrote:
> Hi,
> 
> > I would guess it's because your config actually looks something like:
> >
> >  <Location /whatever>
> >   ....
> >   ProxyPass /a/ http://localhost:8080/
> >   ProxyPass /b/ http://localhost:8888/
> >   ...
> >  </Location>
> >
> > maybe?
> 
> Yes, but where is the problem with this statement? This worked fine in 
> Apache 2.2.3, why does it not work anymore with Apache 2.2.6?
> 
> Best regards,
> Werner
> 
> ----- Original Message ----- 
> From: "Jim Jagielski" <[EMAIL PROTECTED]>
> To: <users@httpd.apache.org>
> Sent: Thursday, November 29, 2007 5:15 PM
> Subject: Re: [EMAIL PROTECTED] Apache 2.2.6, problem with mod_proxy: 
> "ProxyPass|ProxyPassMatch can not have a path when defined in a location."
> 
> 
> > On Thu, Nov 29, 2007 at 05:12:12PM +0100, Werner Schalk wrote:
> >> Hi,
> >>
> >> I am running the latest version of XAMMP provided by Apachefriends.org. 
> >> The
> >> software includes Apache 2.2.6 and I am trying to configure a reverse
> >> proxy. The modules are loaded but the following lines makes Apache 
> >> unhappy
> >> and complain about my configuration:
> >>
> >> ProxyPass /a/ http://localhost:8080/
> >> ProxyPass /b/ http://localhost:8888/
> >>
> >> Now when starting the Apache I do get the following error message for a
> >> syntax check (which corresponds exactly to those lines):
> >>
> >> /opt/lampp/bin/httpd -t -f /opt/lampp/etc/httpd.conf
> >> Syntax error on line 236 of /opt/lampp/etc/httpd.conf:
> >> ProxyPass|ProxyPassMatch can not have a path when defined in a location.
> >>
> >> Does anyone know what my mistake here is? I have searched the manual and
> >> googled for the problem but I didn't find any answer. Thanks!
> >>
> >
> > I would guess it's because your config actually looks something like:
> >
> >  <Location /whatever>
> >   ....
> >   ProxyPass /a/ http://localhost:8080/
> >   ProxyPass /b/ http://localhost:8888/
> >   ...
> >  </Location>
> >
> > maybe?
> > -- 
> > ===========================================================================
> >   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
> >        "Great is the guilt of an unnecessary war"  ~ John Adams
> >
> > ---------------------------------------------------------------------
> > 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] 
> 
> 
> ---------------------------------------------------------------------
> 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]
> 


---------------------------------------------------------------------
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