# まずは対象のファイル/ディレクトリの所有者&グループを設定
chown -R apache:apache /*target_path*/

# 対象ユーザーをapacheグループに所属させる
usermod -g apache *user_name*