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

/httpd/modules/ssl/
H A Dssl_engine_init.c196 sc->vhost_id = ssl_util_vhostid(p, s);
197 sc->vhost_id_len = strlen(sc->vhost_id);
798 "is configured", mctx->sc->vhost_id, cfgp, cfgp);
811 "for certificate revocation", mctx->sc->vhost_id);
833 "enabled", mctx->sc->vhost_id, cfgp);
985 const char *vhost_id = mctx->sc->vhost_id, *key_id, *certfile, *keyfile; local
1006 key_id = apr_psprintf(ptemp, "%s:%d", vhost_id, i);
1137 BN_num_bits(dhparams->p), vhost_id, certfile);
1151 OBJ_nid2sn(nid), vhost_id, certfil
[all...]
H A Dssl_private.h653 const char *vhost_id; member in struct:SSLSrvConfigRec

Completed in 2469 milliseconds