[interchange-cvs] interchange - racke modified dist/src/mod_perl2/Interchange/Link.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Jun 29 09:15:06 EDT 2004


User:      racke
Date:      2004-06-29 13:15:03 GMT
Modified:  dist/src/mod_perl2/Interchange Link.pm
Log:
fixed wrong SocketPerms in POD

Revision  Changes    Path
1.3       +3 -3      interchange/dist/src/mod_perl2/Interchange/Link.pm


rev 1.3, prev_rev 1.2
Index: Link.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/src/mod_perl2/Interchange/Link.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Link.pm	29 Jun 2004 05:48:42 -0000	1.2
+++ Link.pm	29 Jun 2004 13:15:03 -0000	1.3
@@ -2,7 +2,7 @@
 
 # tlink.pl: runs as a cgi program and passes request to Interchange server
 #
-# $Id: Link.pm,v 1.2 2004/06/29 05:48:42 mheins Exp $
+# $Id: Link.pm,v 1.3 2004/06/29 13:15:03 racke Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc.
 # Copyright (C) 2002-2004 Interchange Development Group
@@ -45,7 +45,7 @@
 
 =head1 VERSION
 
-$Revision: 1.2 $
+$Revision: 1.3 $
 
 =head1 SYNOPSIS
 
@@ -150,7 +150,7 @@
 
 Note that your file permissions for the socket file need to allow the
 Apache User uid to read and write it. This usually means "SocketPerms
-0666" or in interchange.cfg.  You can also do "SocketPerms 0666" if you
+0666" or in interchange.cfg.  You can also do "SocketPerms 0660" if you
 set the group of the containing directory to the Apache Group value,
 and change the directory permissions to enable the setgid bit. (That is
 accomplished with "chmod g+s <directory>".)








More information about the interchange-cvs mailing list