|
when i start the helloworld with user root in a shell, then it works.
when i start with sudo -u webserver ./helloworld in a shell, the error appears.
after that i set the writing permissions for tmp:
chmod 0777 /tmp
now sudo -u webserver ./helloworld worked fine in the shell, but not in the browser.
what else should i change?
|