0

I have a server running Gentoo and hosting a drupal installation. Whenever a Drupal update is executed, the directory permissions of the updated module turn from 755 to 744 preventing the application from accessing the files. The umask is defined as 022 under /etc/profile and the Apache server is running under user and group nobody.

I believe this has nothing to do with the drupal installation since if I create a directory as root, the same happens, it is created with 744 permissions, since the umask is 022 shouldn't it be created as 755 ?

Why is the umask being ignored and how do I tell the server to create the directories with permission 755 ?

drcelus
  • 1,254
  • 4
  • 14
  • 28

1 Answers1

0

As per my answer to your question: check the configuration of the running Apache modules (specifically mod-umask and suphp) for umask settings.

ercpe
  • 576
  • 3
  • 15