diff --git a/docs/manual/mod/mod_cgid.html.en b/docs/manual/mod/mod_cgid.html.en index f62b03c957..0d7008c5ae 100644 --- a/docs/manual/mod/mod_cgid.html.en +++ b/docs/manual/mod/mod_cgid.html.en @@ -33,4 +33,9 @@ root). To maintain the security of communications with CGI scripts, it is important that no other user has permission to write in the directory where the socket is located.

+ +

Example

+ ScriptSock /var/run/cgid.sock +
+

Apache HTTP Server Version 2.0

IndexHome \ No newline at end of file diff --git a/docs/manual/mod/mod_cgid.xml b/docs/manual/mod/mod_cgid.xml index e1978e7489..587e192ffb 100644 --- a/docs/manual/mod/mod_cgid.xml +++ b/docs/manual/mod/mod_cgid.xml @@ -62,6 +62,11 @@ root). To maintain the security of communications with CGI scripts, it is important that no other user has permission to write in the directory where the socket is located.

+ + Example + ScriptSock /var/run/cgid.sock + +