Apache HTTP服务器V2.0

| 说明 | 在NetWare上启用SSL加密 |
|---|---|
| 状态 | Base |
| 模块名 | nwssl_module |
| 源文件 | mod_nw_ssl.c |
| 兼容性 | 仅用于NetWare |
本模块在指定的端口(port)上启用SSL加密。它充分利用了操作系统 NetWare内建的SSL加密功能。
| 说明 | 附加的客户端证书列表 |
|---|---|
| 语法 | NWSSLTrustedCerts filename [filename] ... |
| 作用域 | server config |
| 状态 | Base |
| 模块 | mod_nw_ssl |
指定客户证书文件(DER格式)列表,这些文件用于创建代理SSL连接。每个客户证书必须各自列出自己的.der文件。
| 说明 | Allows a connection to be upgraded to an SSL connection upon request |
|---|---|
| 语法 | NWSSLUpgradeable [IP-address:]portnumber |
| 作用域 | server config |
| 状态 | Base |
| 模块 | mod_nw_ssl |
Allow a connection that was created on the specified address
and/or port to be upgraded to an SSL connection upon request from
the client. The address and/or port must have already be defined
previously with a Listen
directive.