]> granicus.if.org Git - apache/commit
Back out ap_set_default_perms(). Remove old logic to play with umask
authorJeff Trawick <trawick@apache.org>
Mon, 12 Jun 2000 21:08:25 +0000 (21:08 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 12 Jun 2000 21:08:25 +0000 (21:08 +0000)
commit93a6d2f3a76ef62f5a450c7fb7c8fd4166384c65
treeefefec64fa9831489e3f6540c866c5c393f4f278
parent374f895ac3a0a3e2e46f3d4e2d948926548c4ae0
Back out ap_set_default_perms().  Remove old logic to play with umask
around the creation of the httpd.pid file.  Pass explicit permissions to
ap_open(), omitting write-ability except by the owning user.  As always,
we end up with rw-r--r-- for the permissions unless the umask is something
unusual.

Note that the OS/2 and Win32 implementations of ap_open() ignore the
permissions parameter altogether.

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