diff --git a/CHANGES b/CHANGES index 411b538b83..3d4d04af28 100644 --- 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] diff --git a/build/install-bindist.sh.in b/build/install-bindist.sh.in index 38e8f1847d..673c933a9c 100755 --- a/build/install-bindist.sh.in +++ b/build/install-bindist.sh.in @@ -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