mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
mod_proxy_scgi: Support Unix sockets.
ap_proxy_port_of_scheme(): Support default SCGI port (4000). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1592529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -3514,6 +3514,7 @@ static proxy_schemes_t pschemes[] =
|
||||
{
|
||||
{"fcgi", 8000},
|
||||
{"ajp", AJP13_DEF_PORT},
|
||||
{"scgi", 4000},
|
||||
{ NULL, 0xFFFF } /* unknown port */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user