I've got a new dedicated server and installed DA on it. I'm going to use it to host customers' websites, so wanted some security and installed Suhosin v0.9.22.
php is running in cli mode, php -v gives:
I've installed couple scripts (wordpress, forums, etc) and it seems that when scripts upload something it's being owned by Apache and not the actual user
how to fix it?
php is running in cli mode, php -v gives:
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with the ionCube PHP Loader v4.0.4, Copyright (c) 2002-2010, by ionCube Ltd.
with Suhosin v0.9.22, Copyright (c) 2007, by SektionEins GmbH
I've installed couple scripts (wordpress, forums, etc) and it seems that when scripts upload something it's being owned by Apache and not the actual user
how to fix it?