From: Rich Bowen
Date: Tue, 19 May 2026 21:41:00 +0000 (+0000)
Subject: mod_actions: fix "cgi script" capitalization
X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b04884a42bde3a9ff4eadb4201a63d51d3cbdde1;p=thirdparty%2Fapache%2Fhttpd.git
mod_actions: fix "cgi script" capitalization
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934412 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_actions.xml b/docs/manual/mod/mod_actions.xml
index 7bf2ae7296..fee66f635f 100644
--- a/docs/manual/mod/mod_actions.xml
+++ b/docs/manual/mod/mod_actions.xml
@@ -79,7 +79,7 @@ Action image/gif /cgi-bin/images.cgi
In this example, requests for files with a MIME content
type of image/gif will be handled by the
- specified cgi script /cgi-bin/images.cgi.
+ specified CGI script /cgi-bin/images.cgi.
Example: File extension
@@ -90,7 +90,7 @@ Action my-file-type /cgi-bin/program.cgi
In this example, requests for files with a file extension of
- .xyz are handled by the specified cgi script
+ .xyz are handled by the specified CGI script
/cgi-bin/program.cgi.
The optional virtual modifier turns off the check