hello today i have a problem

how can this happen ? everything that is generated from php goes with a user apache.
is it php fault ? or its an server fault ? it should be ‘ausername’ rather then apache.
Thanks for looking in.
Adam Ramadhan
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unless PHP is run through FastCGI with suexec uploaded files or any file created by a PHP script will belong to the user that executed the script, apache in this case. If the server is running
mod_phpyou can’t get around this. Unless you change the user and group that runs the httpd process.So neither PHP or Apache is at fault, this is how it’s configured.
Also, this question belongs to serverfault.com.