File Permissions Question

robfrew

Well-Known Member
#1
LSWS runs as nobody:nobody

Files & directories permissions under /lsws/www/domain is www:www 0770

If I have a PHP script that creates files under the previous directory, it saves it as nobody: 0644 with no group.

How can I get LSWS to create/change files using the www:www permissions?

I hope this makes sense....
 

robfrew

Well-Known Member
#3
Ok, I tried following the information in that document and I screwed something up. Does anyone have a simple walkthrough for setting up PHP using SuExec?
 
Top