Searched refs:enabled (Results 1 - 13 of 13) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_express.c27 int enabled; member in struct:__anon290
62 sconf->enabled = flag;
75 a->enabled = 0;
91 a->enabled = (overrides->enabled) ? overrides->enabled : base->enabled;
121 if (!sconf->enabled) {
/httpd/modules/ssl/
H A Dmod_ssl.c340 * (when enabled) at this late stage in the game:
416 "SSL Proxy requested for %s but not enabled "
440 if (sc->enabled == SSL_ENABLED_FALSE) {
588 if (sc->enabled == SSL_ENABLED_FALSE || sc->enabled == SSL_ENABLED_OPTIONAL) {
599 if (sc->enabled == SSL_ENABLED_FALSE || sc->enabled == SSL_ENABLED_OPTIONAL) {
620 if (!(sc && (sc->enabled == SSL_ENABLED_TRUE ||
H A Dssl_engine_init.c199 /* Default to enabled if SSLEngine is not set explicitly, and
203 && sc->enabled == SSL_ENABLED_UNSET) {
204 sc->enabled = SSL_ENABLED_TRUE;
207 /* Fix up stuff that may not have been set. If sc->enabled is
209 if (sc->enabled == SSL_ENABLED_UNSET) {
210 sc->enabled = SSL_ENABLED_FALSE;
333 if (sc->enabled == SSL_ENABLED_TRUE || sc->enabled == SSL_ENABLED_OPTIONAL) {
796 "Host %s: CRL checking has been enabled, but "
833 "enabled", mct
[all...]
H A Dssl_engine_kernel.c132 if (sc->enabled == SSL_ENABLED_OPTIONAL && !myConnConfig(r->connection)
147 "Reason: You're speaking plain HTTP to an SSL-enabled "
336 if (sc->enabled == SSL_ENABLED_OPTIONAL) {
359 * sc->enabled is probably strictly unnecessary)
361 if (sc->enabled == SSL_ENABLED_FALSE || !ssl) {
1041 * - ssl not enabled
1044 if (!((sc->enabled == SSL_ENABLED_TRUE || sc->enabled == SSL_ENABLED_OPTIONAL)
1174 if (sc->enabled == SSL_ENABLED_OPTIONAL && !(sslconn && sslconn->ssl)
1183 if (!(((sc->enabled
[all...]
H A Dssl_util.c54 if (sc->enabled == TRUE)
H A Dssl_engine_config.c210 sc->enabled = SSL_ENABLED_UNSET;
355 cfgMerge(enabled, SSL_ENABLED_UNSET);
626 sc->enabled = SSL_ENABLED_TRUE;
630 sc->enabled = SSL_ENABLED_FALSE;
634 sc->enabled = SSL_ENABLED_OPTIONAL;
H A Dssl_private.h364 * Define the SSL enabled state
630 BOOL ocsp_enabled; /* true if OCSP verification enabled */
651 ssl_enabled_t enabled; member in struct:SSLSrvConfigRec
/httpd/modules/mappers/
H A Dmod_speling.c59 int enabled; member in struct:__anon243
77 cfg->enabled = 0;
107 (void*)APR_OFFSETOF(spconfig, enabled), OR_OPTIONS,
207 if (!cfg->enabled) {
/httpd/modules/metadata/
H A Dmod_usertrack.c83 int enabled; member in struct:__anon273
213 if (!dcfg->enabled || r->main) {
272 dcfg->enabled = 0;
285 dcfg->enabled = arg;
/httpd/modules/session/
H A Dmod_session.h104 int enabled; /* whether the session has been enabled for member in struct:__anon309
111 int env; /* whether the session has been enabled for
H A Dmod_session.c100 /* is the session enabled? */
101 if (!dconf || !dconf->enabled) {
116 "session is enabled but no session modules have been configured, "
223 "session is enabled but no session modules have been configured, "
544 new->enabled = (add->enabled_set == 0) ? base->enabled : add->enabled;
564 conf->enabled = flag;
H A Dmod_session_crypto.c31 #error Crypto support must be enabled in APR
/httpd/modules/filters/
H A Dmod_proxy_html.c99 int enabled; member in struct:__anon168
1050 conf->enabled = add->enabled;
1058 conf->enabled = add->enabled | base->enabled;
1269 (void*)APR_OFFSETOF(proxy_html_conf, enabled),
1303 if (cfg->enabled) {

Completed in 2087 milliseconds