aCC has asked for the wisdom of the Perl Monks concerning the following question:
I wrote a cgi-script that can administer users on a machine (mainly for setting up virtual domains etc. and still being compatible to all normal email/pop/imap/www/"you-name-it" servers). But obviously to create/delete/add a user, I need root permissions, which Apache doesn't like at all.
I have one quick-and-dirty setup that uses "sudo" to get the
higher permissions while not sacrificing the whole system.
But I am not happy with that setup.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: CGI and root permissions
by dempa (Friar) on May 29, 2000 at 16:01 UTC | |
|
Re: CGI and root permissions
by Maclir (Curate) on May 30, 2000 at 01:36 UTC | |
|
Re: CGI and root permissions
by perlcgi (Hermit) on May 29, 2000 at 16:18 UTC | |
by aCC (Initiate) on May 29, 2000 at 20:52 UTC | |
|
Re: CGI and root permissions
by Michalis (Pilgrim) on May 30, 2000 at 00:38 UTC | |
|
Re: CGI and root permissions
by lhoward (Vicar) on May 30, 2000 at 01:30 UTC | |
by Punto (Scribe) on May 30, 2000 at 09:40 UTC |