[TYPO3-linux] File Permissions
Sumaleth
sumaleth at sumaleth.com
Sun Apr 16 15:39:03 CEST 2006
"Bob Flynn" wrote:
> I'm new to TYPO3, but please don't delete this just because of that. I
> have been up and down through the documentation and I can't find the
> answer to this.
>
> In the Install directions a few files and directories have explicit
> instructions for the permissions (chmod -R g+w,o-rwx fileadmin typo3conf
> typo3temp uploads). What do the permissions need to be on the other files
> and directories, including the core files? The server I put them on set
> all of the directories to 700 and all of the files to 600. Nice mask, huh?
> I can't get the 1-2-3 install tool to come up until I've got everything
> right. I'm working my way though error messages, until I can get it to
> work, but I don't want to eliminate all security by opening it up too
> wide.
>
> Should everything the source file directory be 755 and 644? I think that's
> unlikely, but I can't seem to find out.
>
> Thanks,
>
> Bob
>From what I can tell, these need to be 777:
typo3temp
typo3temp/pics
typo3temp/temp
typo3temp/llxml
typo3temp/cs
typo3temp/GB
typo3conf
typo3conf/ext
typo3conf/l10n
uploads
uploads/pics
uploads/media
uploads/tf
fileadmin
fileadmin/_temp_
typo3/ext
And this needs to be 666 during install, and probably 644 after install:
typo3conf/localconf.php
But that's on our server where directories default to 755 and files default
to 644. Your server either has some sort of security ideas going on, or is
using a permission-modifying system such as suphp or suexec (in which case I
don't know what values you'll need).
Rowan.
More information about the TYPO3-linux
mailing list