]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
docs(mod_ssl): fix SSL_CLIENTHELLO env var typo
authorJoe Orton <jorton@apache.org>
Thu, 16 Apr 2026 07:30:49 +0000 (07:30 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 16 Apr 2026 07:30:49 +0000 (07:30 +0000)
Submitted by: Pavan Shinde <pavann97@gmail.com>
Github: closes #634

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933097 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index f60e9068df196965af64a57af12840db6796763e..157131265b4099995852931c4e56770573635bd8 100644 (file)
@@ -3040,7 +3040,7 @@ be protected with file permissions similar to those used for
 
 <usage>
 <p>This directive enables collection of ClientHello data during the handshake that is retained for 
-the length of the connection so it can be exposed as <code>SSL_CLIENTHELLLO_*</code> environment 
+the length of the connection so it can be exposed as <code>SSL_CLIENTHELLO_*</code> environment 
 variables for requests depending upon the <code>StdEnvVars</code> setting. The variables are 
 formatted as the hex-encoded raw buffers seen in the raw network protocol and as provided 
 by OpenSSL. GREASE (RFC 8701) values are filtered by OpenSSL when enumerating extension IDs, but