Perhaps you are running the server with root, and that is why its the
root that is owning the file.
Have a look here for umask:
http://en.wikipedia.org/wiki/Umask
BR
Shervin
> --
> You received this message because you are subscribed to the Google Groups "JODConverter" group.
> To post to this group, send email to jodcon...@googlegroups.com.
> To unsubscribe from this group, send email to jodconverter...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/jodconverter?hl=en.
>
You can set what file permission the user can get by default.
Its done with the umask for the specific user, and in your case, maybe
its the apache user.
Perhaps you are running the server with root, and that is why its the
root that is owning the file.