On Fri, Nov 8, 2013 at 9:30 AM, <[email protected]> wrote: > > URL: http://svn.apache.org/r1540052 > Log: > UDS urls need to be desockified when configuring... > > Modified: > httpd/httpd/trunk/modules/proxy/mod_proxy.c > httpd/httpd/trunk/modules/proxy/proxy_util.c
Caution: I don't know anything about UDS in mod_prox as user much less as a developer, but in my sandboxes with: ProxyPassMatch ^/test.php$ "unix:/var/run/php5-fpm.sock|fcgi://localhost/home/covener/SRC/httpd-trunk/built/htdocs/info.php" * 2.4 works * trunk w/o this patch works * trunk fails because it tries to actually connect to localhost:8000 (fcgi:// default port) Is this commit broken or did it change the syntax? -- Eric Covener [email protected]
