Re: Apache umask

2004-08-18 Thread Jacob S.
On Wed, Aug 18, 2004 at 08:21:26PM +0200, Patrick Donker wrote: > Jacob S. wrote: > > >By default, when a file is uploaded via a php script or anything else > >through apache, it has permissions of 644. I would like this to be 640. > > > >I know php has a umask and a chmod function that could help

Re: Apache umask

2004-08-18 Thread Patrick Donker
Jacob S. wrote: By default, when a file is uploaded via a php script or anything else through apache, it has permissions of 644. I would like this to be 640. I know php has a umask and a chmod function that could help with this, but this only fixes it for scripts that use php. Isn't there a way to

Apache umask

2004-08-18 Thread Jacob S.
By default, when a file is uploaded via a php script or anything else through apache, it has permissions of 644. I would like this to be 640. I know php has a umask and a chmod function that could help with this, but this only fixes it for scripts that use php. Isn't there a way to change the defa