]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_actions: fix "cgi script" capitalization
authorRich Bowen <rbowen@apache.org>
Tue, 19 May 2026 21:41:00 +0000 (21:41 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 19 May 2026 21:41:00 +0000 (21:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934412 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_actions.xml

index 7bf2ae72969ef90a197ca48d6fb7ddd821851310..fee66f635f80e4eaac2a729947e750b098b52914 100644 (file)
@@ -79,7 +79,7 @@ Action image/gif /cgi-bin/images.cgi
 
     <p>In this example, requests for files with a MIME content
     type of <code>image/gif</code> will be handled by the
-    specified cgi script <code>/cgi-bin/images.cgi</code>.</p>
+    specified CGI script <code>/cgi-bin/images.cgi</code>.</p>
 
     <example>
         <title>Example: File extension</title>
@@ -90,7 +90,7 @@ Action my-file-type /cgi-bin/program.cgi
     </highlight>
     </example>
     <p>In this example, requests for files with a file extension of
-    <code>.xyz</code> are handled by the specified cgi script
+    <code>.xyz</code> are handled by the specified CGI script
     <code>/cgi-bin/program.cgi</code>.</p>
 
     <p>The optional <code>virtual</code> modifier turns off the check