I have a CGI script (UseModWiki) which needs write access to a given directory tree. It's living on the CS webservers, so I don't have root access, so I can't chown the tree to the user the script is running under. chgrp doesn't work either, and isn't what I want anyway, since groups are used to allow web author access. setuid on the script didn't allow enough write access, but I haven't tried setgid yet.
Giving a CGI script write access has to be a common problem. How have you guys done it? Jeffrey _______________________________________________ Siglinux mailing list [EMAIL PROTECTED] http://www.utacm.org/mailman/listinfo/siglinux
