1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

avoid calling ssl_util_vhostid() (and apr_sprintf underneath) at

request time by calling it at startup time and saving the value in the
SSLSrvConfigRec.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92215 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug MacEachern
2001-11-28 05:44:50 +00:00
parent 5f4bcccd5d
commit 9c7cc5063d
4 changed files with 6 additions and 5 deletions

View File

@@ -497,6 +497,7 @@ typedef struct {
* and all <VirtualHost> contexts)
*/
typedef struct {
const char *szVHostID;
BOOL bEnabled;
apr_table_t *ap_server_ctx;
const char *szPublicCertFile[SSL_AIDX_MAX];