Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-17-2007, 01:15 PM
|
#1
|
Member
Registered: Sep 2007
Posts: 61
Rep:
|
How to run apache as root
I am aware of the vulnerabilities of doing so, although I am trying to find out how I can run apache root so I can add users through PHP using shell_exec.
TY
|
|
|
10-17-2007, 01:29 PM
|
#2
|
Member
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299
Rep:
|
Could you use sudo?
|
|
|
10-17-2007, 01:57 PM
|
#3
|
Member
Registered: Sep 2007
Posts: 61
Original Poster
Rep:
|
Quote:
Originally Posted by The_JinJ
Could you use sudo?
|
hmm, well, i tried doing:
Code:
<?php
echo shell_exec('whoami');
?>
and got
as the result.
I then tried doing
Code:
<?php
echo shell_exec('sudo echo hello');
?>
and just got a blank page ><
I tried setting sudo priveleges in etc/sudoers by adding
Code:
apache ALL=(ALL) ALL
but still nothing ><
Any ideas what is wrong?
|
|
|
10-17-2007, 03:01 PM
|
#4
|
Member
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299
Rep:
|
Guess it could be a path problem? What does the error log say?
|
|
|
10-17-2007, 04:01 PM
|
#5
|
Member
Registered: Sep 2007
Posts: 61
Original Poster
Rep:
|
i checked my log when i tried running the script that had the code and got the following error :
Code:
Oct 17 19:42:54 localhost sudo(pam_unix)[19054]: authentication failure; logname= uid=0 euid=0 tty= ruser= rhost= user=apache
|
|
|
10-17-2007, 04:08 PM
|
#6
|
Member
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299
Rep:
|
Think you may need to set the allowable commands in sudoers?
http://www.gratisoft.us/sudo/man/sudoers.html#examples
EDIT
You have already doh! Ignore above 
Last edited by The_JinJ; 10-17-2007 at 04:11 PM.
|
|
|
10-17-2007, 04:16 PM
|
#7
|
Member
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299
Rep:
|
Just a thought - did you use visudo to edit sudoers?
|
|
|
10-17-2007, 07:53 PM
|
#8
|
Member
Registered: Sep 2007
Posts: 61
Original Poster
Rep:
|
Quote:
Originally Posted by The_JinJ
Just a thought - did you use visudo to edit sudoers?
|
I was reading up on the /etc/sudoers file and how they say you MUST use visudo, but if I recall I didnt use it and just used Vi.
Although i might have gone back and went in through visudo...
Would that potentially be the prob?
|
|
|
10-17-2007, 07:54 PM
|
#9
|
Member
Registered: Jun 2004
Location: Nova Scotia, Canada!
Distribution: Ubuntu
Posts: 170
Rep:
|
Quote:
Originally Posted by christopher_c
hmm, well, i tried doing:
Code:
<?php
echo shell_exec('sudo echo hello');
?>
and just got a blank page ><
|
I think that's probably predictable. Sudo should prompt you for a password and since you cannot see or answer that prompt, I'm not surprised it bailed.
I have a friend working on something similar. If I remember, I'll ask him how he's doing it.
|
|
|
10-17-2007, 11:20 PM
|
#10
|
Member
Registered: Sep 2007
Posts: 61
Original Poster
Rep:
|
Quote:
Originally Posted by jonwatson
I think that's probably predictable. Sudo should prompt you for a password and since you cannot see or answer that prompt, I'm not surprised it bailed.
I have a friend working on something similar. If I remember, I'll ask him how he's doing it.
|
That would be great help 
|
|
|
10-18-2007, 12:14 AM
|
#11
|
Member
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299
Rep:
|
Quote:
Originally Posted by christopher_c
I was reading up on the /etc/sudoers file and how they say you MUST use visudo, but if I recall I didnt use it and just used Vi.
Although i might have gone back and went in through visudo...
Would that potentially be the prob?
|
visudo checks for syntax errors amongst other stuff
Have a look at the NOPASSWD option
ALso noticed the posix_setuid option in the PHP manual - may be an option - but they are all so insecure 
|
|
|
10-18-2007, 11:03 AM
|
#12
|
Member
Registered: Sep 2007
Posts: 61
Original Poster
Rep:
|
Code:
echo shell_exec("sudo echo hello");
output: hello
it works!
To be honest, im not 100% sure how it started working, I think there might have been an error in my sudoers file. I went back and used the visudo command and very precisely followed this link http://www.techenclave.com/forums/th...mmand-839.html
to give proper permissions and commands to run.
Thanks again guys, many thanks 
|
|
|
All times are GMT -5. The time now is 07:25 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|