permissions

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
jeffz2010
Forum Newbie
Posts: 10
Joined: Sat Nov 28, 2009 8:40 am

permissions

Post by jeffz2010 »

PROBLEM I:
--------------
Description:
Some folders/files are owned by apache.
It is to enable user to interact with them (upload files, move files, update files content etc.) from web interface located in password protected area.

Folders are 755, files are 644 (besides time, when user interacts with them - script changes permissions to allow writing executing).

Question:
My concern is safety.
Is this setup safe.

PROBLEM II:
----------------

Is it possible to move files between apache owned folder and e.g. admin owned folder?
Post Reply