Hi!
I have a website at the directory "/home/creak/www" and i've made an admin section that uploads images in the directory "/home/creak/www/images".
The problem is that i have to change the owner of the directory images from "creak" to "www-data" because the copy() function can't access a directory owned by "creak".
This is really ugly and i don't know even where to search in the apache manual to find the adapted directive. Maybe it's a trick like "User creak" in a "Directory" tag... Can you help me please ?
Thanks

Creak, lost in apache world