View Single Post
  #8  
Old 02-23-2004, 05:38 AM
_harri_ _harri_ is offline
Member
 
Join Date: Feb 2004
Posts: 11
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?
Reply With Quote