# mod_proxy_fcgi config, using UDS LoadModule proxy_module {mod_path}/mod_proxy.so LoadModule proxy_fcgi_module {mod_path}/mod_proxy_fcgi.so RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{{HTTP:Authorization}},L] ProxyPass / unix://{testdir}/apache/tmp.{client}/fastcgi_sock/rgw_sock|fcgi://localhost:9000/ disablereuse=On