https://issues.apache.org/bugzilla/show_bug.cgi?id=46204
--- Comment #3 from Massimo Sala <[EMAIL PROTECTED]> 2008-11-20 11:05:05 PST
---
In the source file "httpd-2.2.10\server\log.c"
at line 793 I suggest to change the first parameter of apr_file_open
from
if ((rv = apr_file_open(&pid_file, fname,
APR_WRITE | APR_CREATE | APR_TRUNCATE,
APR_UREAD | APR_UWRITE | APR_GREAD | APR_WREAD, p))
to
if ((rv = apr_file_open(&pid_file, fname,
APR_WRITE | APR_CREATE | APR_TRUNCATE,
APR_OS_DEFAULT, p))
as all the other apr_file_open() calls.
Massimo
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]