Werner, This is in a location block for /whatever then you are proxying only stuff that starts /a/... or /b/.... neither of which will ever be matched. D 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" <jim@xxxxxxxxxxx> > To: <users@xxxxxxxxxxxxxxxx> > Sent: Thursday, November 29, 2007 5:15 PM > Subject: Re: 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 [|] jim@xxxxxxxxxxx [|] 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: users-unsubscribe@xxxxxxxxxxxxxxxx > > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > > --------------------------------------------------------------------- > 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 > --------------------------------------------------------------------- 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