HTTP server configurations
This collection of commands configures settings that are related to the Aspera HTTP server, which enables the HTTP Fallback feature.
General syntax
The syntax for setting HTTP server parameters is the following:
# asconfigurator -x "set_http_server_data;parameter,value"
Note: Not all available parameters are listed, only the most commonly used. To view a complete list, run the following command:
# /opt/aspera/bin/asuserdata -+
HTTP server configurations
- cert_file
- The absolute path to an SSL certificate file to use for HTTP Fallback. If left blank the default certificate that came with your transfer server installation is used.
- key_file
- The absolute path to an SSL key file to use for HTTP Fallback. If left blank the default key file that came with your transfer server installation is used.
- bind_address
- The network interface on which the HTTP Fallback server listens. The default value 0.0.0.0 allows the HTTP Fallback server to accept transfer requests on all network interfaces.
- restartable_transfers
- Whether interrupted transfers must resume at the point of interruption
(
true) or not (false). - session_activity_timeout
- The amount of time in seconds that the HTTP fallback server waits before it cancels a transfer session that can't communicate with the client. A value of 0 means the HTTP fallback server never times out due to lack of communication from the client.
- http_port
- The port on which the HTTP server listens.
- https_port
- The port on which the HTTPS server listens.
- enable_http
- Whether HTTP Fallback is enabled for failed UDP transfers to continue over
HTTP (
true) or not (false). - enable_https
- Whether HTTP Fallback is enabled for failed UDP transfers to continue over
HTTPS (
true) or not (false).