Apache HTTPD
Public Attributes | List of all members
SSLDirConfigRec Struct Reference

#include <ssl_private.h>

Public Attributes

unsigned int bSSLRequired
 
apr_array_header_taRequirement
 
ssl_opt_t nOptions
 
ssl_opt_t nOptionsAdd
 
ssl_opt_t nOptionsDel
 
const charszCipherSuite
 
ssl_verify_t nVerifyClient
 
int nVerifyDepth
 
const charszUserName
 
apr_size_t nRenegBufferSize
 
modssl_ctx_tproxy
 
unsigned int proxy_enabled
 
unsigned int proxy_post_config
 

Detailed Description

Define the mod_ssl per-directory configuration structure (i.e. the local configuration for all <Directory> and .htaccess contexts)

Definition at line 851 of file ssl_private.h.

Member Data Documentation

◆ aRequirement

apr_array_header_t* SSLDirConfigRec::aRequirement

Definition at line 853 of file ssl_private.h.

◆ bSSLRequired

unsigned int SSLDirConfigRec::bSSLRequired

Definition at line 852 of file ssl_private.h.

◆ nOptions

ssl_opt_t SSLDirConfigRec::nOptions

Definition at line 854 of file ssl_private.h.

◆ nOptionsAdd

ssl_opt_t SSLDirConfigRec::nOptionsAdd

Definition at line 855 of file ssl_private.h.

◆ nOptionsDel

ssl_opt_t SSLDirConfigRec::nOptionsDel

Definition at line 856 of file ssl_private.h.

◆ nRenegBufferSize

apr_size_t SSLDirConfigRec::nRenegBufferSize

Definition at line 861 of file ssl_private.h.

◆ nVerifyClient

ssl_verify_t SSLDirConfigRec::nVerifyClient

Definition at line 858 of file ssl_private.h.

◆ nVerifyDepth

int SSLDirConfigRec::nVerifyDepth

Definition at line 859 of file ssl_private.h.

◆ proxy

modssl_ctx_t* SSLDirConfigRec::proxy

Definition at line 863 of file ssl_private.h.

◆ proxy_enabled

unsigned int SSLDirConfigRec::proxy_enabled

Definition at line 864 of file ssl_private.h.

◆ proxy_post_config

unsigned int SSLDirConfigRec::proxy_post_config

Definition at line 865 of file ssl_private.h.

◆ szCipherSuite

const char* SSLDirConfigRec::szCipherSuite

Definition at line 857 of file ssl_private.h.

◆ szUserName

const char* SSLDirConfigRec::szUserName

Definition at line 860 of file ssl_private.h.


The documentation for this struct was generated from the following file: