connect to SCGI backends for generating response content connect to SCGI backend socket to connect to, either "ip:port" or "unix:/path" setup { module_load "mod_scgi"; } if req.path =^ "/RPC2" { scgi "127.0.0.1:5000"; }