Re: weird cgi problem w/ apache
If it is umask, then that would be umask for the Apache process, not the second script (which I presume doesn't run as Apache). The CGI script can explicitly set the permissions when creating the folder using mkdir() or makedirs() so that others can write into it. (Depending on how public or priv
Re: weird cgi problem w/ apache
could it be the umask? -- http://mail.python.org/mailman/listinfo/python-list