]> granicus.if.org Git - apache/commitdiff
Allow mod_cgid to work from a binary distribution install by
authorJeff Trawick <trawick@apache.org>
Fri, 11 Jan 2002 13:20:55 +0000 (13:20 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 11 Jan 2002 13:20:55 +0000 (13:20 +0000)
using 755 for the permissions on the log directory instead of
750.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92826 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
build/install-bindist.sh.in

diff --git a/CHANGES b/CHANGES
index 411b538b83134cfcecfc214d5c4b0372a8d1bc5a..3d4d04af28497404f1476d7b991bf414b50ed7b8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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]
+
   *) Fixed a segfault that happened during graceful shutdown (or when
      the httpd ran out of file descriptors) with the worker MPM [Brian Pane]
 
index 38e8f1847d5375dcbe95874adacac73643bb9956..673c933a9c68566948bc1a4745c617304dcff98a 100755 (executable)
@@ -72,7 +72,7 @@ echo "Installing binary distribution for platform @os@"
 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