Force strict owner ship not work for file uploaded

fastproxy

Well-Known Member
#1
Hello,

I am using LSWS 4.2.23

And i just started using Force strict Ownership yesterday and i counter problem.

My site has default use group admin:admin
But images uploaded via php script has default user group of apache:apache.

Hence the newly uploaded images are not showing, and show 403 error instead.

What should i do to fix this?
 

NiteWave

Administrator
#4
if you have many user accounts on the server, usually you need enable php suExec.
otherwise all accounts are running as nobody:nobody or apache:apache, and each account can access other account's files.
 
Top