E
Entrofi
Guest
I am a new plesk user and I have root access to my server. I have created domains and corresponding ftp accounts succesfully and can log in through ftp to the domain's hosting folders.
Well my problem is this:
when I login through ftp (for e.g. with user foo) and create files new files are created with owner foo and group psacln however, apache runs with user/group apache therefore when I try to use a CMS system like Joomla I could not install it at all because apache/apache has no access to write to it.
To resolve this problem I have edited /etc/proftpd.conf
from: ...
<Directory var/www/vhosts>
GroupOwner psacln
</Directory>
...
to: ...
<Directory var/www/vhosts>
GroupOwner apache
UserOwner apache
</Directory>
and restarted server but this didnot resolve the problem. Thank you for your helps in advance
Well my problem is this:
when I login through ftp (for e.g. with user foo) and create files new files are created with owner foo and group psacln however, apache runs with user/group apache therefore when I try to use a CMS system like Joomla I could not install it at all because apache/apache has no access to write to it.
To resolve this problem I have edited /etc/proftpd.conf
from: ...
<Directory var/www/vhosts>
GroupOwner psacln
</Directory>
...
to: ...
<Directory var/www/vhosts>
GroupOwner apache
UserOwner apache
</Directory>
and restarted server but this didnot resolve the problem. Thank you for your helps in advance