Hello,
I'm moving from phpsuexec to mod_php due to performance issues. I need some help with:
- How to fix permissions, especially for those php scripts that need to write something?
- Is it safe to do something like?
chown user:nobody /home/user
chmod 775 /home/user
Thanks.
I'm moving from phpsuexec to mod_php due to performance issues. I need some help with:
- How to fix permissions, especially for those php scripts that need to write something?
- Is it safe to do something like?
chown user:nobody /home/user
chmod 775 /home/user
Thanks.