<div dir="ltr">This may be a bit excessive and brute force...but...<br><br>updatedb && grep -i user `locate httpd.conf`<br><br clear="all">Josh Luthman<br>Office: 937-552-2340<br>Direct: 937-552-2343<br>1100 Wayne St<br>
Suite 1337<br>Troy, OH 45373<br><br>Those who don't understand UNIX are condemned to reinvent it, poorly.<br>--- Henry Spencer<br>
<br><br><div class="gmail_quote">On Tue, Sep 16, 2008 at 2:40 PM, Rich Smrcina <span dir="ltr"><<a href="mailto:rsmrcina@wi.rr.com">rsmrcina@wi.rr.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ok, check to see what user Apache is running as.  Issue the command:<br>
<br>
ps -ef | grep http<br>
<br>
You should see something like this:<br>
<br>
wwwrun   17153  1097  0 Sep14 ?        00:00:06 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf<br>
<br>
The first column (wwwrun in my case) is the user that the web server is running under.  Then enter:<br>
<br>
groups wwwrun<br>
<br>
But substitute your first column for wwwrun, you will get something like this:<br>
<br>
wwwrun : www<br>
<br>
www is the group name that the web server is running under.  That should be the response to the question 'What group is your web server running under?' (or how ever it's phrased).<div class="Ih2E3d"><br>
<br>
<a href="mailto:TAnthony@cretecarrier.com" target="_blank">TAnthony@cretecarrier.com</a> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I just gave it the defaults.  "Stupid User trick" right?  I'm not that<br>
familiar with Linux or Apache and just took all the defaults.<br>
<br>
I did see that error which is what prompted this help email.<br>
<br>
T.C.<br>
<br>
<br>
Thomas C. Anthony II (T.C.)<br>
Communications/Network Engineer<br>
Phone = 402-479-7006<br>
Fax = 402-479-7016<br>
<br>
</blockquote>
<br>
-- <br></div><div><div></div><div class="Wj3C7c">
Rich Smrcina<br>
VM Assist, Inc.<br>
Phone: 414-491-6001<br>
Ans Service:  360-715-2467<br>
rich.smrcina at <a href="http://vmassist.com" target="_blank">vmassist.com</a><br>
<a href="http://www.linkedin.com/in/richsmrcina" target="_blank">http://www.linkedin.com/in/richsmrcina</a><br>
<br>
Catch the WAVV!  <a href="http://www.wavv.org" target="_blank">http://www.wavv.org</a><br>
WAVV 2009 - Orlando, FL - May 15-19, 2009<br>
<br>
To unsubscribe from the hobbit list, send an e-mail to<br>
<a href="mailto:hobbit-unsubscribe@hswn.dk" target="_blank">hobbit-unsubscribe@hswn.dk</a><br>
<br>
<br>
</div></div></blockquote></div><br></div>