• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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