For some reason, when I try to save a file (generated by PHP under /www/appname/module
) - it is saved under
/tmp/systemd-private-015eb2e9f67b4eef862c68e99fe0ba30-apache2.service-9h6i08
and when aiming files to get saved under
/tmp/somename
files get saved under
/tmp/systemd-private-015eb2e9f67b4eef862c68e99fe0ba30-apache2.service-9h6i08/tmp/somename
.
How do i disable this feature and just save files "regularly" to the /tmp directory?
What is the purpose of this default feature anyway?