6.1.1 List of directives
At a minimum, the directives below must be set to start HTTP Server.
-
Minimum directives to be set:
User (UNIX version)
Group (UNIX version)
ServerName
-
Additional minimum directives to be set when using SSL:
SSLEngine On
SSLCertificateFile
SSLCertificateKeyFile
The table below lists the directives that you can specify in the configuration file.
The next two symbols are used in the table below and in the descriptions of directives.
: This symbol denotes the directive that is valid only in the UNIX version.
: This symbol denotes the directive that is valid only in the Windows version.
|
Settings |
Directives |
Multiple specification |
|---|---|---|
|
Definitions of blocks in httpsd.conf file |
Y |
|
|
Y |
||
|
Y |
||
|
Y |
||
|
Y |
||
|
Y |
||
|
Y |
||
|
Y |
||
|
Y |
||
|
Basic definition of server |
N |
|
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
Y |
||
|
N |
||
|
Y |
||
|
Y |
||
|
Y |
||
|
N |
||
|
N |
||
|
N |
||
|
Y |
||
|
Definitions for managing the contents |
Y |
|
|
N |
||
|
Y |
||
|
Definitions for the requests from Web browser (Alias) |
Y |
|
|
Y |
||
|
Y |
||
|
Y |
||
|
Definition of responses to Web browser |
Y |
|
|
Definitions for MIME types |
N |
|
|
Y |
||
|
N |
||
|
Y |
||
|
N |
||
|
N |
||
|
Definitions for content negotiation |
Y |
|
|
Y |
||
|
Y |
||
|
N |
||
|
N |
||
|
N |
||
|
Definitions for handler |
Y |
|
|
N |
||
|
Definitions for Web server performance |
N |
|
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
Definitions for KeepAlive |
N |
|
|
N |
||
|
N |
||
|
Definitions to limit requests |
N |
|
|
N |
||
|
N |
||
|
N |
||
|
Definitions of CGI and environment variables |
Y |
|
|
Y |
||
|
N |
||
|
Y |
||
|
Y |
||
|
Y |
||
|
Y |
||
|
Y |
||
|
Y |
||
|
Y |
||
|
Y |
||
|
Y |
||
|
N |
||
|
Y |
||
|
Definitions for the display contents of directory index |
N |
|
|
N |
||
|
Y |
||
|
Y |
||
|
Y |
||
|
N |
||
|
N |
||
|
N |
||
|
Y |
||
|
N |
||
|
Y |
||
|
Y |
||
|
Y |
||
|
Y |
||
|
Y |
||
|
Definitions to control Web server access |
N |
|
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
Y |
||
|
N |
||
|
N |
||
|
Y |
||
|
Y |
||
|
N |
||
|
N |
||
|
N |
||
|
Definitions for the SSL encryption and authentication |
N |
|
|
N |
||
|
N# |
||
|
N# |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
Y |
||
|
Y |
||
|
N |
||
|
N |
||
|
N |
||
|
Definitions to show the Web server in multiple hosts according to the operation status |
Y |
|
|
N |
||
|
Definitions for the image map file |
N |
|
|
N |
||
|
N |
||
|
N |
||
|
Definitions for the logs to be collected |
N |
|
|
N |
||
|
N |
||
|
Y |
||
|
N |
||
|
Y |
||
|
Y |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
Y |
||
|
N |
||
|
Definitions for the trace to be collected |
N |
|
|
N |
||
|
N |
||
|
Definitions for the reverse proxy |
Y |
|
|
Y |
||
|
N |
||
|
N |
||
|
N |
||
|
Y |
||
|
Definition for the flow restricting functionality |
N |
|
|
N |
||
|
N |
||
|
N |
||
|
N |
||
|
Y |
||
|
N |
||
|
N |
||
|
Definitions for the header customization functionality |
Y |
|
|
Y |
||
|
Definitions for the validity period setting functionality |
N |
|
|
Y |
||
|
N |
||
|
Definitions for the planned termination |
N |
|
|
N |
- Legend:
-
Y: Can be specified.
N: Cannot be specified.
- Note:
-
Unless it is specifically mentioned, you can describe the file name in a format that includes the directory name (with path information).
- #
-
You can specify a single SSLCertificateFile directive for RSA encryption and a single SSLCertificateFile directive for elliptic curve cryptography.
You can specify a single SSLCertificateKeyFile directive for RSA encryption and a single SSLCertificateKeyFile directive for elliptic curve cryptography.