diff --git a/docs/manual/mod/mod_cgi.xml b/docs/manual/mod/mod_cgi.xml
index aa7dd93943..21c5cf43ed 100644
--- a/docs/manual/mod/mod_cgi.xml
+++ b/docs/manual/mod/mod_cgi.xml
@@ -175,6 +175,31 @@
+
+CGIScriptTimeout
+The length of time to wait for more output from the
+CGI program
+CGIScriptTimeout time[s|ms]
+value of Timeout directive when
+unset
+server config
+virtual hostdirectory
+.htaccess
+
+
+
This directive limits the length of time to wait for more output from
+ the CGI program. If the time is exceeded, the request and CGI are
+ terminated.