Table 7–2 CGI Environment Variables with Corresponding Header Names
CGI Variable
SSL_CLIENT_I_DN_O
SSL_CLIENT_I_DN_OU
SSL_CLIENT_I_DN_CN
SSL_CLIENT_I_DN_T
SSL_CLIENT_I_DN_I
SSL_CLIENT_I_DN_G
SSL_CLIENT_I_DN_S
SSL_CLIENT_I_DN_D
SSL_CLIENT_I_DN_UID
SSL_CLIENT_I_DN_Email
SSL_CLIENT_A_SIG
SSL_CLIENT_A_KEY
3.
Header Name
SSL-Client-I-DN-O
SSL-Client-I-DN-OU
SSL-Client-I-DN-CN
SSL-Client-I-DN-T
SSL-Client-I-DN-I
SSL-Client-I-DN-G
SSL-Client-I-DN-S
SSL-Client-I-DN-D
SSL-Client-I-DN-Uid
SSL-Client-I-DN-Email
SSL-Client-A-Sig
SSL-Client-A-Key
mod_certheaders can be used to instruct Oracle HTTP Server to treat certain
requests as if they were received through HTTPS even though they were
received through HTTP. This is useful when Oracle HTTP Server is front-ended
by a reverse proxy or load balancer, which acts as a termination point for SSL
requests, and forwards the requests to Oracle HTTP Server through HTTPS.
For load balancers, mod_certheaders must be explicitly configured to
determine which requests should be treated as HTTPS requests. To do this, use
the following directive:
SimulateHttps on
SimulateHttps can be embedded within a virtual host, such as:
<VirtualHost localhost:7777>
SimulateHttps on
.
.
.
</VirtualHost>
CGI Variable
SSL_SERVER_I_DN_O
SSL_SERVER_I_DN_OU
SSL_SERVER_I_DN_CN
SSL_SERVER_I_DN_T
SSL_SERVER_I_DN_I
SSL_SERVER_I_DN_G
SSL_SERVER_I_DN_S
SSL_SERVER_I_DN_D
SSL_SERVER_I_DN_UID
SSL_SERVER_I_DN_Email
SSL_SERVER_A_SIG
SSL_SERVER_A_KEY
Oracle HTTP Server Modules 7-7
mod_certheaders
Header Name
SSL-Server-I-DN-O
SSL-Server-I-DN-OU
SSL-Server-I-DN-CN
SSL-Server-I-DN-T
SSL-Server-I-DN-I
SSL-Server-I-DN-G
SSL-Server-I-DN-S
SSL-Server-I-DN-D
SSL-Server-I-DN-Uid
SSL-Server-I-DN-Email
SSL-Server-A-Sig
SSL-Server-A-Key
Need help?
Do you have a question about the HTTP Server B12255-01 and is the answer not in the manual?