PDA

View Full Version : FTP user.group problems



Freelancer
04-30-2008, 09:35 PM
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.

jlandes
05-01-2008, 05:40 AM
http://www.directadmin.com/features.php?id=497

Freelancer
05-01-2008, 04:45 PM
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!

Freelancer
05-02-2008, 12:40 PM
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.