In the hosting settings, I changed the PHP support from Run PHP as CGI Application to Apache module and all the sudden I have file permission issues in WordPress. I added pasacln to apache :
but I still have the file permission issue. If I switch back to PHP as CGI Application, then permission issue is resolved.
Can someone suggest a way to fix this?
Code:
sudo /usr/sbin/usermod -a -G apache pasacln
but I still have the file permission issue. If I switch back to PHP as CGI Application, then permission issue is resolved.
Can someone suggest a way to fix this?