You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2002/06/13 23:54:53 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_cgid.html.en mod_cgid.xml

rbowen      2002/06/13 14:54:53

  Modified:    docs/manual/mod mod_cgid.html.en mod_cgid.xml
  Log:
  ScriptSock example
  
  Revision  Changes    Path
  1.4       +5 -0      httpd-2.0/docs/manual/mod/mod_cgid.html.en
  
  Index: mod_cgid.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cgid.html.en,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mod_cgid.html.en	13 Jun 2002 00:26:33 -0000	1.3
  +++ mod_cgid.html.en	13 Jun 2002 21:54:53 -0000	1.4
  @@ -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.</p>
  +
  +    <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><p align="center"><strong>Example</strong></p><code>
  +    ScriptSock /var/run/cgid.sock
  +    </code></td></tr></table></blockquote>
  +
   <hr/></blockquote><h3 align="center">Apache HTTP Server Version 2.0</h3><a href="./"><img src="../images/index.gif" alt="Index"/></a><a href="../"><img src="../images/home.gif" alt="Home"/></a></body></html>
  
  
  
  1.5       +5 -0      httpd-2.0/docs/manual/mod/mod_cgid.xml
  
  Index: mod_cgid.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cgid.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- mod_cgid.xml	8 Jun 2002 02:51:38 -0000	1.4
  +++ mod_cgid.xml	13 Jun 2002 21:54:53 -0000	1.5
  @@ -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.</p>
  +
  +    <example><title>Example</title>
  +    ScriptSock /var/run/cgid.sock
  +    </example>
  +
   </usage>
   </directivesynopsis>