![]() |
ftp user with gid www-data - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: ftp user with gid www-data (/thread-372.html) |
ftp user with gid www-data - comdi - 04-13-2007 08:59 AM Hello Is there anyone with the same problem? My ftp user had uid vuxxxx and gid vuxxxx - The directories and files created by ispCP had uid vuxxx and gid www-data This makes problems if you use an CMS (typo3) it cant show the files i had upload with ftp, because they have a wrong group! I had searched for proftp hacks, but I dont find some working one. Is there a way to change something in ispCP to create ftp users with the group www-data? I'm surprised that I cant find any thread about that problem in VHCS or ispCP! RE: ftp user with gid www-data - joximu - 04-13-2007 09:05 AM Hi I hadn't time to check typo3 (and other bigger apps), but settinng the user into group www-data is not the best - then they can do all, what isn't wanted (as in mod_php instead of fastcgi). So we've to find a way to get typo3 running... I'll check this asap... /joximu RE: ftp user with gid www-data - ephigenie - 04-13-2007 09:20 AM This is no problem in ispCP Omega - because your CMS is executed under the same uid + group as you upload files (both vuXXXX ) We use fastcgi + suexec to achieve that. That should make that very easy ![]() |