From 8212279671a4e2c0e1882f46173828590d4bc339 Mon Sep 17 00:00:00 2001
From: Eric Covener
<FilesMatch \.php$> + # Unix sockets require 2.4.7 or later SetHandler "proxy:unix:/path/to/app.sock|fcgi://localhost/" </FilesMatch>
ProxyPass
.
- Support for using a Unix Domain Socket is available by using a target +
In 2.4.7 and later, support for using a Unix Domain Socket is available by using a target
which prepends unix:/path/lis.sock|
. For example, to proxy
HTTP and target the UDS at /home/www/socket you would use
unix:/home/www.socket|http://localhost/whatever/
.