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
@@ -1673,6 +1673,9 @@
1673
1673
# Can be used to set the [SSLStaplingReturnResponderErrors](http://httpd.apache.org/docs/current/mod/mod_ssl.html#sslstaplingreturnrespondererrors) directive.<br />
1674
1674
# This parameter only applies to Apache 2.4 or higher and is ignored on older versions.
1675
1675
#
1676
+
# @param ssl_user_name
1677
+
# Sets the [SSLUserName](https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslusername) directive.
1678
+
#
1676
1679
# @param use_canonical_name
1677
1680
# Specifies whether to use the [`UseCanonicalName directive`](https://httpd.apache.org/docs/2.4/mod/core.html#usecanonicalname),
1678
1681
# which allows you to configure how the server determines it's own name and port.
0 commit comments