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

Allow mod_cgid to work from a binary distribution install by

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
This commit is contained in:
Jeff Trawick
2002-01-11 13:20:55 +00:00
parent 058e360dd9
commit eb4ec0cefb
2 changed files with 5 additions and 1 deletions

View File

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

View File

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