FTP user.group problems

Freelancer

New member
Joined
Apr 30, 2008
Messages
3
Hi,

I've just upgraded a server to use php5 cgi and suPHP. The problem we have now is that files on the server were set to user.apache, so we had to change them to user.usergroup to get them working for suPHP. When we upload using FTP, the files automatically get set to user.apache, which means they wont run! I've looked everywhere to find a solution to this but there doesnt seem to be any answers!! How do I change the FTP uploads to automatically set to user.usergroup? I've tried rebuilding proftpd but this hasnt cleared it. Really appreciate any help!!!!!

Using proftpd on FreeBSD.
 
Hi,

Thanks for the reply, but this seems to be for creating new accounts. The problem we had is with existing accounts maintaining the apache user group when uploading via FTP, after upgrading to suPHP. I've managed to find the solution anyway, by resetting the owner in DA on the public_html folder - it failed to update but has now started working!
 
Scratch that, must have been a fluke because it's reverted back to user.apache again. Does anyone know where you modify what group should be used when using ftp? I've checked every conf file I can think of, but nothing seems to hold the key.
 
Back
Top