On 9/6/07, Satya <[EMAIL PROTECTED]> wrote:
> hi,
> we are using the Apache httpd for development. One issue we are facing
> is that the http server writes out an error_log that only root can
> read. Our developers need to be able to read this file to figure out
> their CGI bugs.
>
> We currently manage this by manually setting the permissions (chmod),
> but this has to be done every time we restart the server. How do I
> make Apache write out files with rw-r--r-- permissions?

My understanding (without verifying myself) is that all you need to do
is properly set the umask under which you start the server.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to