• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Change of Webuser's default directory

R

redblue

Guest
I have been getting disk quota problems (user reported unable to upload due to quota limitation) with a webuser after changing his default directory from http://hostname/~user to simply http://hostname/user. I tried changing the disk quota setting in Plesk but it didn't work. I have done the following as told by Plesk support for changing user directory:
Change FTP access:
1) change entry in /etc/passwd from kelvin:x:10002:10001::/../httpdocs/webusers/kelvin:/bin/false to kelvin:x:10002:10001::/../httpdocs/kc:/bin/false
2) allow permissions to read/write from new directory with chown -R kelvin:psaserv /../httpdocs/kc
Change Apahce user table:
1) mysql>update sys_users set home="/../httpdocs/kc" where login="kelvin";
2) apply the changes with the "websrvmng" utility:
---
(to recreate apacheconfigs acoding to teh database)
#/usr/local/psa/admin/sbin/websrvmng -a -v

(to restart client apache)
#/usr/local/psa/admin/sbin/websrvmng -r

What else do I have to do in order to enable disk quota changes?

Thanks!
 
Back
Top