[Resolved] Switched servers - lsphp5 now running as user

Status
Not open for further replies.

jdeg

Active Member
#1
On my old server lsphp5 was running as nobody. On the new server it is running as the individual user for each web page.

This is causing files that were previously set as user nobody to 403 error when trying to access them. Short of chown'ing every uploaded file in every account is there a way to just run lsphp5 as nobody?
 
Last edited by a moderator:

jdeg

Active Member
#4
I still have one user that is getting a 403 message on image files that were uploaded (wordpress). Is there something else that could cause this?
 

NiteWave

Administrator
#5
check settings of

lsws web admin -> Server -> Security -> File Access
Force Strict Ownership
Script Restricted Permission Mask
Script Restricted Directory Permission Mask
 

jdeg

Active Member
#6
Ah, I figured it out - it was actually an htaccess file that said 'deny from all' in it. Is there a setting that applies that recursively to all subfolders and files?
 
Status
Not open for further replies.
Top