Page 2 of 2

Posted: Sun Aug 20, 2006 8:57 pm
by Ollie Saunders
sudo will want a password, you'll need to pipe the pass text to it i think.

Posted: Sun Aug 20, 2006 9:04 pm
by Weirdan
apache in sudoers file, password in plain text file.... suggestions are getting worse with every post.

Posted: Sun Aug 20, 2006 9:05 pm
by feyd
Buy a telnet enabled powerstrip. Image

Posted: Sun Aug 20, 2006 9:10 pm
by mibocote
Weirdan wrote:apache in sudoers file, password in plain text file.... suggestions are getting worse with every post.
Might as well put this in your httpd.conf:

Code: Select all

User root
Group root

Posted: Sun Aug 20, 2006 9:12 pm
by Ollie Saunders
apache in sudoers file, password in plain text file.... suggestions are getting worse with every post.
Ahh yeah, you're quite right. I think all this means:


It can't be done

:(

Posted: Sun Aug 20, 2006 9:18 pm
by Ambush Commander
Well, you can do it in Windows... :lol:

Posted: Sun Aug 20, 2006 9:28 pm
by Ollie Saunders
All the more reason NOT to use windows :P

Posted: Sun Aug 20, 2006 9:31 pm
by feyd
My solution will more than likely work in any environment, provided fsockopen() is at least enabled.