[Typo3-linux] Under witch unix user i should install ?
Michael Stucki
michael at typo3.org
Mon Aug 1 16:01:28 CEST 2005
Hi Francesco,
> What does it mean exactly ? Is a way to avoid issue related to the
> unique apache user ? I.e., using php not as a CGI module, all files
> uploaded from a php script are assigned to the apache user ( usually
> "nobody", or "web" ). So if i create a folder from a php script then i
> cannot insert file via ftp into this folder and viceversa. ( because of
> the ftp users is not the apache user ).
>
> So i cannot install and run installation file using the root user ?
You can change the owner to "nobody", "wwwrun" or whatever and create a new
group "webeditors" where <your-ftp-user> and the webserver user (nobody) is
a member of.
After that, go to the Install Tool and set these values:
$TYPO3_CONF_VARS["BE"]["fileCreateMask"] = '0660';
$TYPO3_CONF_VARS["BE"]["folderCreateMask"] = '0770';
$TYPO3_CONF_VARS["BE"]["createGroup"] = 'webeditors';
Should work!
- michael
--
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/
More information about the TYPO3-linux
mailing list