weird cgi problem w/ apache

Rick Kwan kenobi at gmail.com
Sat Jun 4 19:02:37 EDT 2005


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 private the machine is,
this may or may not  be a security issue.)




More information about the Python-list mailing list