]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_proxy.conf
- config updates from 2.4.3
[packages/apache.git] / apache-mod_proxy.conf
index 1770ee6fce02c32cd83022013a1437a21b3b4576..757379af835d81c2dffbb16d397713876f1789aa 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 LoadModule proxy_module                         modules/mod_proxy.so
 
 # FIXME: enable or disable these by default?
@@ -33,6 +32,11 @@ ProxyRequests On
 #      Require host .your-domain.com
 </Proxy>
 
+# enable local fcgi proxy request, e.x for php-fpm
+#<Proxy fcgi://127.0.0.1:*>
+#      Require all granted
+#</Proxy>
+
 #
 # Enable/disable the handling of HTTP/1.1 "Via:" headers.
 # ("Full" adds the server version; "Block" removes all outgoing Via: headers)
This page took 0.046975 seconds and 4 git commands to generate.