mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Follow-up to r1592529:
Define default port for "scgi" schemes (as chosen by mod_proxy_scgi) in a common location. Suggested by: jailletc36 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1592615 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "apr_hash.h"
|
||||
#include "proxy_util.h"
|
||||
#include "ajp.h"
|
||||
#include "scgi.h"
|
||||
|
||||
#if APR_HAVE_UNISTD_H
|
||||
#include <unistd.h> /* for getpid() */
|
||||
@@ -3514,7 +3515,7 @@ static proxy_schemes_t pschemes[] =
|
||||
{
|
||||
{"fcgi", 8000},
|
||||
{"ajp", AJP13_DEF_PORT},
|
||||
{"scgi", 4000},
|
||||
{"scgi", SCGI_DEF_PORT},
|
||||
{ NULL, 0xFFFF } /* unknown port */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user