You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we have a ServerName defined with the following default value along with this comment in /etc/httpd/conf.d/tendrl.conf:
<VirtualHost *:80>
# Adjust the ServerName directive to reflect the FQDN for your host. Add
# additional ServerAlias directives if required.
ServerName tendrl
Could we check this again while keeping the fact that this is the default configuration provided by tendrl-api-httpd package (required for both api and web interface) in mind and chose one of:
dropping the ServerName completely (it's optional), using automatic deduction instead
updating the documentation here to reflect changes needed
keeping some default value, while not asking admin to change it neither in the docs in the comment in the file itself
I'm not sure which option would make most sense in our case, but it could be a bit misleading that on one hand our rpm installation docs doesn't mention this, and on the other hand in the default config file, we have a suggestion to change the value.
Affected versions
tendrl-api-httpd-1.4.2-1.el7.centos.noarch
The text was updated successfully, but these errors were encountered:
This should be addressed along with Tendrl/tendrl-ansible#30 (SSL setup), so that there are no error prone unnecessary differences between http and https setup.
Right now, we have a
ServerName
defined with the following default value along with this comment in/etc/httpd/conf.d/tendrl.conf
:Could we check this again while keeping the fact that this is the default configuration provided by
tendrl-api-httpd
package (required for both api and web interface) in mind and chose one of:I'm not sure which option would make most sense in our case, but it could be a bit misleading that on one hand our rpm installation docs doesn't mention this, and on the other hand in the default config file, we have a suggestion to change the value.
Affected versions
tendrl-api-httpd-1.4.2-1.el7.centos.noarch
The text was updated successfully, but these errors were encountered: