in reply to running cgi as user other than nobody

My trick for this has been to use chmod to alter the file permissions before i exit the script so the next instance can open it again. That combined chown to set the group to yours should allow the access
  • Comment on Re: running cgi as user other than nobody