Re: [Siglinux] CGI Permissions

2002-10-15 Thread jyasskin
Thanks a lot, that worked. For anyone who's interested, the script is at http://www.cs.utexas.edu/users/cline/msep/msep.scgi Jeffrey On Mon, Oct 14, 2002 at 06:59:56AM -0500, Robert Kennedy wrote: > > I was going to suggest you contact the CS admins about getting CGIwrap > installed, but it lo

Re: [Siglinux] CGI Permissions

2002-10-14 Thread Paul David Sack
Today at 2:18am, [EMAIL PROTECTED] expounded: ++ Giving a CGI script write access has to be a common problem. How ++ have you guys done it? Do chmod 777 directory, chmod 666 files (depending on the app), and hope noone plays any funny business. If you're script does something trivial, it might b

Re: [Siglinux] CGI Permissions

2002-10-14 Thread Robert Kennedy
I was going to suggest you contact the CS admins about getting CGIwrap installed, but it looks like the CS dept already has a mechanism setup: http://www.cs.utexas.edu/docs/intro/scgi.html Robert Kennedy On Mon, 14 Oct 2002 [EMAIL PROTECTED] wrote: > I have a CGI script (UseModWiki) which

[Siglinux] CGI Permissions

2002-10-13 Thread jyasskin
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 t