]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix the parsing of the protocol in ProxyPass, so now you can do:
authorPaul Querna <pquerna@apache.org>
Fri, 23 Dec 2005 03:16:07 +0000 (03:16 +0000)
committerPaul Querna <pquerna@apache.org>
Fri, 23 Dec 2005 03:16:07 +0000 (03:16 +0000)
commit7520567c57239fb67c2a19d34cbe59502763e016
treea7ffdcc0e0bb86182259a85b1f3f57175045a896
parentd29585bc588298a72c76caa36d9e8fd2cd8e2909
Fix the parsing of the protocol in ProxyPass, so now you can do:
  ProxyPass / fcgi-tcp://localhost:9000/, and we will try to connect with TCP.

I still need to write supporting code to send/recv the FastCGI protocol packets.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fcgi-proxy-dev@358690 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_fcgi.c