Re: comments and permissions
Wari Wahab <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.devel |
|---|---|
| Message-ID | <[email protected]> |
Three ways I guess. * Suexec - Runs in user mode (not everyone have this option) * os.umask - Placed in config.py? (Don't think windows have this option, also really depends on how the server is configured) * os.chmod - Called after file creation (Don't know if windows supports tis as well) On 04 Jun 2005, at 11:33 PM, will guaraldi wrote: > Is there a way to get the comments plugin to create the file with > different permissions so that I (as a user--not the web-server) can > delete or otherwise manipulate the comment file?