]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Change the FastCGI URL scheme to fcgi://.
authorGarrett Rooney <rooneg@apache.org>
Wed, 11 Jan 2006 04:07:56 +0000 (04:07 +0000)
committerGarrett Rooney <rooneg@apache.org>
Wed, 11 Jan 2006 04:07:56 +0000 (04:07 +0000)
commitfa649f8af48dc8a97720bfa456bbca2b4b9d6d0e
tree640a084975a1ed7894a7a85cb54ca3220a2b31fd
parent2e6caacc20d216bc2c95a045287d32bb0ce93604
Change the FastCGI URL scheme to fcgi://.

* modules/proxy/mod_proxy_fcgi.c
  (proxy_fcgi_canon): Stop pretending unix domain sockets will need their
   own url scheme.
  (FCGI_SCHEME): New constant to describe the FastCGI proxy backend.
  (proxy_fcgi_handler): Drop the fcgi-local stuff, use FCGI_SCHEME now that
   we aren't worrying about multiple types of FastCGI workers.

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