Files created by PHP
How can I configure to have files created by PHP not owned by "apache:apache" but owned by the domain user (e.g., "dev3:dev3")?
On my shared hosting account which uses CPanel, Apache is set to "suexec" to the domain user account of the virtual host so I don't end up with permission problems creating/updating files in the public_html directory by PHP scripts.
I'm hoping I can configure my Webmin server similarly or I will have a mess in transfering my scripts/websites from the CPanel server.