• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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