You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1998/07/11 18:36:29 UTC

Re: cvs commit: apache-1.3/src/modules/standard mod_rewrite.c mod_rewrite.h


On 11 Jul 1998 rse@hyperreal.org wrote:

>   mod_rewrite created RewriteLock files under the uid of the parent process,
>   thus the child processes had no write access to the files.  Now a chown() is
>   done to the uid of the childs if applicable.

Isn't this only required for flock()-style locking?  fcntl()-style locking
can use the same fd for the parent and children... 

Dean