• 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.

Which group(s) should apache and x_ftp belong to by default?

R

RadNadz

Guest
I was working on an issue with apache not being able to run scripts and so I changed some user groups and turns out I removed something necessary. I'm not sure what I removed though.

I've been googling, but haven't seen an answer to this question.
 
@RadNadz
hope this'll help

# grep apache /etc/passwd
apache:x:48:48:Apache:/var/www:/sbin/nologin

# grep ftp /etc/passwd
ftp:x:14:50:FTP User:/var/ftp:/sbin/nologin
psaftp:x:501:503:anonftp psa user:/:/sbin/nologin
 
Back
Top