[Typo3] TYPO3 host permissions

Christian Tauscher Christian.Tauscher at freenet.de
Sun Jul 24 22:55:19 CEST 2005


Have you ever tryed this:

[fileCreateMask]
File mode mask for unix file systems (when files are uploaded/created). 
Execute bit is set since some files installed in extensions might need that.

[BE][fileCreateMask] =


[folderCreateMask]
As above, but for folders.

[BE][folderCreateMask] =


[createGroup]
Group for newly created files and folders (UNIX only). Group ownership 
can be changed on unix file systems (see above). Set this if you want to 
change the group ownership of created files/folders to a specific group. 
This makes sense in all cases where the webserver is running with a 
different user/group as you do. Create a new group on your system and 
add you and the webserver user to the group. Now you can safely set the 
last bit in fileCreateMask/folderCreateMask to 0 (e.g. 770). Important: 
The user who is running your webserver needs to be a member of the group 
you specify here! Otherwise you might get some errors.

[BE][createGroup] = phpusers

To be found in "All Configuration" section of the Install Tool.

Christian.



More information about the TYPO3-english mailing list