Any concerns with using 0755 for the log directory when doing a binary
distribution install?  If there are concerns, then we need to rethink
a normal install but now is as good a time as any to do that :)

Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-2.0/CHANGES,v
retrieving revision 1.506
diff -u -r1.506 CHANGES
--- CHANGES     8 Jan 2002 23:42:11 -0000       1.506
+++ CHANGES     9 Jan 2002 14:00:02 -0000
@@ -1,5 +1,9 @@
 Changes with Apache 2.0.31-dev
 
+  *) Allow mod_cgid to work from a binary distribution install by
+     using 755 for the permissions on the log directory instead of
+     750.  [Jeff Trawick]
+
 Changes with Apache 2.0.30
 
   *) Fix the main bug for FreeBSD and threaded MPM's. There are
Index: build/install-bindist.sh.in
===================================================================
RCS file: /home/cvs/httpd-2.0/build/install-bindist.sh.in,v
retrieving revision 1.5
diff -u -r1.5 install-bindist.sh.in
--- build/install-bindist.sh.in 15 Dec 2001 21:50:19 -0000      1.5
+++ build/install-bindist.sh.in 9 Jan 2002 14:00:02 -0000
@@ -72,7 +72,7 @@
 echo "into directory $SR ..."
 lmkdir $SR 755
 lmkdir $SR/proxy 750
-lmkdir $SR/logs 750
+lmkdir $SR/logs 755
 lcopy bindist/man $SR/man 755 644
 if [ -d bindist/modules ]
 then



-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to