From d2552df73d17d3e5e348e69f7a51e24aea9bcc28 Mon Sep 17 00:00:00 2001 From: Richard Bowen Date: Thu, 13 Jun 2002 21:54:53 +0000 Subject: [PATCH] ScriptSock example git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95662 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_cgid.html.en | 5 +++++ docs/manual/mod/mod_cgid.xml | 5 +++++ 2 files changed, 10 insertions(+) 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 + + -- 2.50.1