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
Copy file name to clipboardExpand all lines: manifests/vhost.pp
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1676,6 +1676,9 @@
1676
1676
# Can be used to set the [SSLStaplingReturnResponderErrors](http://httpd.apache.org/docs/current/mod/mod_ssl.html#sslstaplingreturnrespondererrors) directive.<br />
1677
1677
# This parameter only applies to Apache 2.4 or higher and is ignored on older versions.
1678
1678
#
1679
+
# @param ssl_user_name
1680
+
# Sets the [SSLUserName](https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslusername) directive.
1681
+
#
1679
1682
# @param use_canonical_name
1680
1683
# Specifies whether to use the [`UseCanonicalName directive`](https://httpd.apache.org/docs/2.4/mod/core.html#usecanonicalname),
1681
1684
# which allows you to configure how the server determines it's own name and port.
0 commit comments