Searched refs:client (Results 1 - 8 of 8) sorted by relevance

/httpd/test/
H A Dmake_sni.sh33 # A certificate password for the .p12 files of the client
46 echo " -p str Password for the client certificate test (some browsers require a set password)"
130 CDIR=${DIR}/client-xs-control
132 # Create some certificate authorities for testing client controls
157 # Use the above two client certificate authorities to make a few users
164 -keyout ${CDIR}/client-$i.key -out ${CDIR}/client-$i.req -batch \
167 # And get it signed by either our client cert issuing root authority.
171 -set_serial 3$serial$$ -in ${CDIR}/client-$i.req -out ${CDIR}/client
[all...]
/httpd/server/
H A Dscoreboard.c489 const char *client = ap_get_remote_host(c, r->per_dir_config, local
491 if (!client || !strcmp(client, c->client_ip)) {
492 apr_cpystrn(ws->client, r->useragent_ip, sizeof(ws->client));
495 apr_cpystrn(ws->client, client, sizeof(ws->client));
505 apr_cpystrn(ws->client, ap_get_remote_host(c, NULL,
506 REMOTE_NOLOOKUP, NULL), sizeof(ws->client));
[all...]
/httpd/modules/echo/
H A Dmod_echo.c111 apr_cpystrn(ws->client,
114 sizeof(ws->client));
150 /* Get a single line of input from the client */
176 /* Make sure the data is flushed to the client */
/httpd/modules/experimental/
H A Dmod_noloris.c82 /* store this client IP for the monitor to pick up */
122 /* Get a per-client count of connections in READ state */
127 n = apr_hash_get(connections, ws->client, APR_HASH_KEY_STRING);
133 apr_hash_set(connections, ws->client, APR_HASH_KEY_STRING, n);
224 "Time interval for rechecking client connection tables"),
226 "Max connections in READ state to permit from an untrusted client"),
/httpd/modules/aaa/
H A Dmod_auth_digest.c113 /* client list definitions */
156 client_entry *client; member in struct:digest_header_struct
169 /* client-list, opaque, and one-time-nonce stuff */
177 static const char *client_mutex_type = "authdigest-client";
241 /* set up client list */
373 * client, can't be done. However, the alternative is a nightmare:
663 "Whether or not to check the nonce-count sent by the client"),
675 * client list code
677 * Each client is assigned a number, which is transferred in the opaque
679 * is just a simple counter which is incremented for each new client
[all...]
/httpd/include/
H A Dscoreboard.h59 #define SERVER_BUSY_READ 3 /* Reading a client request */
60 #define SERVER_BUSY_WRITE 4 /* Processing a client request */
115 char client[40]; /* Keep 'em small... but large enough to hold an IPv6 address */ member in struct:worker_score
/httpd/modules/generators/
H A Dmod_status.c781 ws_record->client),
866 ws_record->client),
/httpd/modules/lua/
H A Dlua_request.c1273 lua_pushstring(L, "client");
1274 lua_pushstring(L, ws_record->client);
2408 "Websocket: Writing framed message to client");
2430 "Websocket: Writing raw message to client");

Completed in 1701 milliseconds