Re: printing output of a command

2005-02-21 Thread Paul Archer
I'm not saying you have to become root. I'm simply saying that for some people it's a temptation ("If I change this to root, I don't have to worry about ownership problems ever again"). 6:21pm, Vladimir D Belousov wrote: Why root? Just the user who has permissions to do something. Paul Archer w

perl.beginners.cgi Weekly list FAQ posting

2005-02-21 Thread casey
NAME beginners-faq - FAQ for the beginners-cgi mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email addres

Re: printing output of a command

2005-02-21 Thread Vladimir D Belousov
Why root? Just the user who has permissions to do something. Paul Archer wrote: Beware that this can be a fix that causes more problems. It's very tempting to let the web server run as root--which opens up a big can of security worms. Paul 11:25am, Vladimir D Belousov wrote: ... But if you have

Re: printing output of a command

2005-02-21 Thread Paul Archer
Beware that this can be a fix that causes more problems. It's very tempting to let the web server run as root--which opens up a big can of security worms. Paul 11:25am, Vladimir D Belousov wrote: ... But if you have enabled SuEXEC (see the output `httpd -l`), your script will run as user/group

RE: Challenge (for me, at least)

2005-02-21 Thread Tyson Sommer
> -Original Message- > From: Ovid [mailto:[EMAIL PROTECTED] > Sent: Friday, February 18, 2005 5:35 PM > To: [EMAIL PROTECTED]; beginners-cgi@perl.org > Subject: Re: Challenge (for me, at least) > > --- Tyson Sommer <[EMAIL PROTECTED]> wrote: > > Is there any way to squeeze the followin

Re: printing output of a command

2005-02-21 Thread Vladimir D Belousov
... But if you have enabled SuEXEC (see the output `httpd -l`), your script will run as user/group you specify. Paul Archer wrote: This is a very common problem. When you run the script from the command line, you are running it with different privileges and a different path than when the web se

Re: hello all

2005-02-21 Thread John W. Krahn
Don Doucette wrote: hello everyone. Hello, my name is don doucette and I am 38 years old and have been involved with computers since the Timex Sinclair. I have recently set up a server and am hosting a web site and forum for my community association. I am running the YaBB forum (http://www.yabb

Re: printing output of a command

2005-02-21 Thread Vladimir D Belousov
... But if you have enabled SuEXEC (see the `httpd -l` output), your CGI scripts will run as user/group you specify. Paul Archer wrote: This is a very common problem. When you run the script from the command line, you are running it with different privileges and a different path than when the w