Re: weird cgi problem w/ apache

2005-06-04 Thread Rick Kwan
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

2005-06-04 Thread Chris Curvey
could it be the umask? -- http://mail.python.org/mailman/listinfo/python-list

weird cgi problem w/ apache

2005-06-03 Thread nephish
Hello all. i have a strange problem with some python cgi scripts. the deal is. i keep loosing permission to write to a file created by a cgi script. the file is created in a directory created by a python script. but after the file is created by the cgi script, another script in the same folder