1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

ScriptSock example

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95662 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rich Bowen
2002-06-13 21:54:53 +00:00
parent c1be6e9408
commit 7dce69f8de
2 changed files with 10 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>