[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Hobbit install failure? Can't get Hobbit Started
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Hobbit install failure? Can't get Hobbit Started
- From: "Josh Luthman" <josh (at) imaginenetworksllc.com>
- Date: Wed, 17 Sep 2008 00:13:18 -0400
- References: <OF399C4BB5.DAE50E57-ONC12574C2.0049B7DF-C12574C2.004AD920 (at) dcx.dcx> <58EF0861D3A1A04182720B3A5231C7C203474C41 (at) usplm205.amer.corp.eds.com> <OF313EF156.BD9F1E5B-ON862574C2.004C9850-862574C2.004D54E9 (at) cretecarrier.com> <48CA79F7.7080801 (at) yahoo.fr> <OFA1D0D5CA.2723992A-ON862574C6.0062271B-862574C6.00622726 (at) cretecarrier.com> <48CFF408.2060105 (at) wi.rr.com> <58EF0861D3A1A04182720B3A5231C7C2034B4FF0 (at) usplm205.amer.corp.eds.com> <OFE26C5ED3.6E5CFC40-ON862574C6.0065864D-862574C6.0065A193 (at) cretecarrier.com> <48CFFD85.2060501 (at) wi.rr.com>
This may be a bit excessive and brute force...but...
updatedb && grep -i user `locate httpd.conf`
Josh Luthman
Office: 937-552-2340
Direct: 937-552-2343
1100 Wayne St
Suite 1337
Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer
On Tue, Sep 16, 2008 at 2:40 PM, Rich Smrcina <rsmrcina (at) wi.rr.com> wrote:
> Ok, check to see what user Apache is running as. Issue the command:
>
> ps -ef | grep http
>
> You should see something like this:
>
> wwwrun 17153 1097 0 Sep14 ? 00:00:06 /usr/sbin/httpd2-prefork -f
> /etc/apache2/httpd.conf
>
> The first column (wwwrun in my case) is the user that the web server is
> running under. Then enter:
>
> groups wwwrun
>
> But substitute your first column for wwwrun, you will get something like
> this:
>
> wwwrun : www
>
> 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).
>
> TAnthony (at) cretecarrier.com wrote:
>
>> I just gave it the defaults. "Stupid User trick" right? I'm not that
>> familiar with Linux or Apache and just took all the defaults.
>>
>> I did see that error which is what prompted this help email.
>>
>> T.C.
>>
>>
>> Thomas C. Anthony II (T.C.)
>> Communications/Network Engineer
>> Phone = 402-479-7006
>> Fax = 402-479-7016
>>
>>
> --
> Rich Smrcina
> VM Assist, Inc.
> Phone: 414-491-6001
> Ans Service: 360-715-2467
> rich.smrcina at vmassist.com
> http://www.linkedin.com/in/richsmrcina
>
> Catch the WAVV! http://www.wavv.org
> WAVV 2009 - Orlando, FL - May 15-19, 2009
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>