From 7c5d186df1f7f00567660354905435cedffc3e20 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 25 Jun 2026 09:01:50 +0000 Subject: Implement fastcgi, except the protocol itself --- doc/tipidee.conf.html | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'doc/tipidee.conf.html') diff --git a/doc/tipidee.conf.html b/doc/tipidee.conf.html index ead500f..da3126a 100644 --- a/doc/tipidee.conf.html +++ b/doc/tipidee.conf.html @@ -919,6 +919,28 @@ or IPv6. resource does not need to exist in the filesystem. The same caveats apply. +
+

fastcgi

+
+ +

+ fastcgi resource unix socketpath
+ fastcgi resource tcp ip port +

+ +

noredirect

@@ -934,7 +956,7 @@ useful to carve exceptions to a generic redirection policy: if you have a directive for directory A and a noredirect directive for resource B, and A is a prefix of B, then B will not be redirected, but everything else under A will.
  • You can also use noredirect to prevent resource from being -proxied by a more generic rproxy directive. +proxied by a more generic rproxy or fastcgi directive.
    -- cgit v1.3.1