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:
@@ -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];
|
||||
|
Reference in New Issue
Block a user