I have a CGI script that generates a png image in the /tmp diorectory. But the apache server can't see it with either an absolute path, or a path relative to the document root. And the script can't write to anything in the document root.
Any suggestion? I suspect it's a Bad Idea to make the document root writable by Apache.
Any suggestion? I suspect it's a Bad Idea to make the document root writable by Apache.