]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r427928, r428291 from trunk:
authorJim Jagielski <jim@apache.org>
Fri, 31 Aug 2007 22:28:30 +0000 (22:28 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 31 Aug 2007 22:28:30 +0000 (22:28 +0000)
commit9ffa9de3e215dc07dde200c818c93c04d48e3622
treedbb95f84b29bb6165b7e8bd77060b6d6a4eb2d8a
parent11ba565b62b30e45757ae8a304025a2a6d52b96b
Merge r427928, r428291 from trunk:

Allow optional name=value options within <Proxy
section line. Additional arguments are allowed
only for 'standard' url's, meaning that the wildchar
urls will return error like before.
This allow to specify the worker/balancer parameters
on the definition line, without the need for extra
ProxySet options.

* modules/proxy/mod_proxy.c (proxysection): Fix another strchr() warning.

Reviewed by: root

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@571624 13f79535-47bb-0310-9956-ffa450edef68
STATUS
modules/proxy/mod_proxy.c