User guide

Setting SSL for Certificate/Key Management Environments Configured with the SMEE Commands
9-19
Port
Name
Port
Synopsis
Port port-number
Description
The network port number is set when the server starts. It is possible to specify it from 1 to 65535.
Context
Global context
Default value
80
Note
If possible, avoid using port numbers 1-1023 of Well Known ports when specifying a port number other
than 80 (HTTP) or 443 (HTTPS). This ensures that you do not specify a port number that is already in use.
ScriptAlias
Name
ScriptAlias
Synopsis
ScriptAlias URL-path directory-path
Description
ScriptAlias sets the directory for CGI execution. Specify a virtual directory name for the URL path, and
specify the absolute path of the CGI execution directory for the directory path.
The URL path can consist of up to 224 alphanumeric characters or any of the following symbols:
+, -, ., _, and /
The path must be unique. The same URL path as one specified in the Alias directive cannot be specified.
Context
Global context, Virtual host
Default value
none