Go to main content

Oracle® ZFS Storage Appliance Administration Guide, Release OS8.8.0

Exit Print View

Updated: January 2019
 
 

HTTP Properties and Logs

Table 57  HTTP General Properties
BUI Label
CLI Property
Description
N/A
status
Read-only property showing the status of the HTTP service
Protocols
protocols
Select which access methods to support: HTTP, HTTPS, or both.
HTTP port (for incoming connections)
listen_port
HTTP port. The default is 80.
HTTPS port (for incoming secure connections)
https_port
Secure HTTP port. The default is 443.
Table 58  HTTP Security Properties
BUI Label
CLI Property
Description
SSL/TLS versions
tls_version
SSL/TLS protocol versions for HTTP connections. The default TLS versions are TLSv1.1, TLSv1.2 and their associated ciphers. TLSv1.0 is not enabled by default due to security concerns, but it can be enabled for backward compatibility. The list of available ciphers changes based on the selected versions. Some selected SSL/TLS protocol versions or ciphers are removed after a software upgrade if they are no longer supported. To avoid service unavailability, keep the default settings unless otherwise needed or as instructed by Oracle Support.
List of ciphers
ciphers
List of ciphers for HTTP connections. The list of available ciphers changes based on the selected versions. Some selected SSL/TLS ciphers are removed after a software upgrade if they are no longer supported. To avoid service unavailability, keep the default settings unless otherwise needed or as instructed by Oracle Support.
Table 59  HTTP WebDAV Properties
BUI Label
CLI Property
Description
Enable WebDAV
webdav_enabled
When selected, enables the HTTP WebDAV feature.
Require client login
require_login
Clients must authenticate before share access is allowed, and files they create will have their ownership. If this property is not set, files created will be owned by the HTTP service with user nobody. See HTTP Authentication and Access Control.
Table 60  HTTP Swift Object API Service Properties
BUI Label
CLI Property
Description
Enable Swift
swift_enabled
When selected, enables the HTTP Swift object API service.
Default Path
swift_default_path
Sets the location used when a user does not set one.
Use OpenStack Identity Service
swift_ids_on
When selected, enables properties required for communication with a keystone server: Authentication URl, Role, Tenant, User, Password.
Authentication URI
swift_ids_auth_server
Identity Service URI, for example: http://keystone:5000/V2.0.
Role
swift_ids_role
OpenStack Identity Service type.
Tenant
swift_ids_tenant
OpenStack Identity Service tenant name.
User
swift_ids_user
OpenStack Identity Service user's name.
Password
swift_ids_password
OpenStack Identity Service user's password.

Note -  The object API service does not support changing the owner of the share. Any share owner changes will not change the account owner in the object repository and may cause subsequent authentication requests to fail.
Table 61  HTTP Amazon S3 Object API Service Properties
BUI Label
CLI Property
Description
Enable S3
s3_enabled
When selected, enables the HTTP Amazon S3 object API service.
Default Path
s3_default_path
Sets the location used when a user does not set one.
Master Passphrase
master_passphrase
Sets the master passphrase for the Amazon S3 object API service.
Confirm Master Passphrase
Confirms the master passphrase.

Note -  The object API service does not support changing the owner of the share. Any share owner changes will not change the account owner in the object repository and may cause subsequent authentication requests to fail.

HTTP Logs

The HTTP service log is stored in network-http:apache24.

Related Topics