From: Rich Bowen Date: Thu, 13 Jun 2002 21:54:53 +0000 (+0000) Subject: ScriptSock example X-Git-Tag: 2.0.38~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7dce69f8decde9a003d43fc5d00a5e570368cf0f;p=apache ScriptSock example git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95662 13f79535-47bb-0310-9956-ffa450edef68 --- 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 + +