Searched defs:proxy_awareness (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dmod_ssl_ct.c128 int proxy_awareness; member in struct:ct_server_config
1374 * SSL proxy enabled and server-specific-sconf->proxy_awareness
2078 if (sconf->proxy_awareness == PROXY_OBLIVIOUS) {
2147 if (sconf->proxy_awareness == PROXY_OBLIVIOUS) {
2247 if (sconf->proxy_awareness == PROXY_REQUIRE) {
2394 if (is_proxy && sconf->proxy_awareness != PROXY_OBLIVIOUS) {
2543 if (sconf->proxy_awareness != PROXY_OBLIVIOUS) {
2557 if (sconf->proxy_awareness != PROXY_OBLIVIOUS && sconf->audit_storage) {
2621 conf->proxy_awareness = PROXY_AWARENESS_UNSET;
2649 conf->proxy_awareness
[all...]

Completed in 72 milliseconds