Searched refs:vhosts (Results 1 – 17 of 17) sorted by relevance
/external/libwebsockets/plugins/ |
D | server-status.js | 168 for (n = 0; n < jso.i.contexts[ci].vhosts.length; n++) { 174 if (jso.i.contexts[ci].vhosts[n].use_ssl === "1") 178 s = s + san(jso.i.contexts[ci].vhosts[n].name) + ":" + 179 san(jso.i.contexts[ci].vhosts[n].port) + "</span>"; 180 if (jso.i.contexts[ci].vhosts[n].sts === "1") 184 …"<span class=n>Total Rx:</span> <span class=v>" + humanize(san(jso.i.contexts[ci].vhosts[n].rx)) +… 185 …"<span class=n>Total Tx:</span> <span class=v>" + humanize(san(jso.i.contexts[ci].vhosts[n].tx)) +… 187 …"<span class=n>CONNECTIONS: HTTP/1.x:</span> <span class=v>" + san(jso.i.contexts[ci].vhosts[n].h1… 188 …"<span class=n>Websocket:</span> <span class=v>" + san(jso.i.contexts[ci].vhosts[n].ws_upg) +"</sp… 189 …"<span class=n>H2 upgrade:</span> <span class=v>" + san(jso.i.contexts[ci].vhosts[n].h2_upg) +"</s… [all …]
|
/external/libwebsockets/READMEs/ |
D | README.plugin-acme.md | 25 - Enable the "lws-acme-client" plugin on the vhosts you want it to manage 35 "vhosts": [ { 165 ## Multiple vhosts using same cert 167 In the case you have multiple vhosts using of the same cert, just attach 169 vhosts are informed and vhosts using the same filepath to access the cert will
|
D | README.http-fallback.md | 8 Lws supports multiple http or https vhosts sharing a listening socket on the 13 names the server was configured with for the various vhosts. If no match, it 55 all vhosts on the same listen port will do the fallback action.
|
D | README.lwsws.md | 39 # stuff related to vhosts should go in one 58 "vhosts": [{ 104 One server can run many vhosts, where SSL is in use SNI is used to match 108 Listing multiple vhosts looks something like this 111 "vhosts": [ { 159 That sets up three vhosts all called "localhost" on ports 443 and 7681 with SSL, and port 80 withou… 171 true vhosts on one listening socket and the active vhost decided at SSL 470 @section rawconf Configuring Fallback and Raw vhosts 586 `"hide-vhosts": "{0 | 1}"` lets you control if information about your vhosts is included.
|
D | README.plugin-sshd-base.md | 13 - binds to one or more vhosts, that controls listen port(s)
|
D | README.coding.md | 204 vhosts, where you can perform your own locking and walk a list of wsi that need 1135 @section vhosts Using lws vhosts 1140 afterwards to attach one or more vhosts manually. 1162 then both vhosts share it and use SNI (is SSL in use) or the Host: header
|
D | README.test-apps.md | 178 vhosts dynamically.
|
D | README.build.md | 442 If you have multiple vhosts, you must enable plugins at the vhost
|
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-multivhost/ |
D | README.md | 3 This creates a single server that creates three vhosts listening on both :7681 and 4 :7682. Two separate vhosts share listening on :7682.
|
/external/libwebsockets/lwsws/ |
D | etc-lwsws-conf-EXAMPLE | 2 # stuff related to vhosts should go in one
|
D | etc-lwsws-conf.d-localhost-EXAMPLE | 2 "vhosts": [ {
|
/external/libwebsockets/minimal-examples/ |
D | README.md | 72 Lws supports vhosts (virtual hosts), for example both https://warmcat.com 76 Your protocol may be enabled on multiple vhosts, each of these vhosts
|
/external/libwebsockets/minimal-examples/raw/minimal-raw-vhost/ |
D | README.md | 10 and client features and other vhosts handling http or ws.
|
/external/libwebsockets/plugins/raw-proxy/ |
D | README.md | 18 header to resolve amongst multiple vhosts on the same listen port. So the
|
/external/libwebsockets/minimal-examples/http-server/ |
D | README.md | 15 minimal-http-server-multivhost|Same as minimal-http-server but three different vhosts
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_api.cc | 311 std::vector<std::string> vhosts; in ToString() local 313 vhosts.push_back( in ToString() 320 vhosts.push_back(" {\n"); in ToString() 321 vhosts.push_back(route.ToString()); in ToString() 322 vhosts.push_back("\n }\n"); in ToString() 324 vhosts.push_back(" ]\n"); in ToString() 325 vhosts.push_back("]\n"); in ToString() 327 return absl::StrJoin(vhosts, ""); in ToString()
|
/external/libwebsockets/ |
D | changelog | 414 - LWS_WITH_PEER_LIMITS tracks IPs across all vhosts and allows restrictions on 445 vhosts. Vhosts with shared listen sockets adopt the listen socket
|