[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Need help. Hobbit installed, but web access fails.
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Need help. Hobbit installed, but web access fails.
- From: Ming Qian <childpsych.columbia (at) gmail.com>
- Date: Fri, 29 Jan 2010 18:39:37 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=6Wfzr2C5WQ6dhPUXJVjYzsikVUwmHbNwZxUW00wHl2E=; b=Gh118e/UJkXG7v82WnOXLkTrz20ktrq4LaaliX+1sCL4w8sM10BAcf4bDXoJxGd1Vq mVXa0xvQvKU0R7g1Lpj60jbq8Gv1PqvA3GtceKjOsc/1KTzbuDM4gkmwIEyednU3r+gT TXWlTkfjHN2Bt94O8/2ezXNtufuSsQqhZRcgg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=KAPTifMmeKnVQlOpyIrsdVE1Qku+yx0JAVMIgWaV9/HSODQMwtU6Drs2MdX/GPcXCN JHGF+fw5ggmXYmEd8kZZIDOoDt5wC/3StfRjh9buh+JPzUJwLhF7I1VFQ2AGhxJ1RrjT 7JefEXHy1j2FUSHqABj7b22ZIXPjZ1WmZ98ew=
- References: <d181f9821001291242n249145bajf0696e45c2a49ea8 (at) mail.gmail.com> <d181f9821001291342l8d5bc94nd8828edc63022efd (at) mail.gmail.com> <961092e11001291350t60c52333x31f84765491917d (at) mail.gmail.com> <d181f9821001291403u912ed4fy8f6205c1631983c9 (at) mail.gmail.com> <961092e11001291409u24caa0fk28db34d512e2fe92 (at) mail.gmail.com> <d181f9821001291414x5da554dw47f580d449f9cef8 (at) mail.gmail.com> <d181f9821001291416xa02bcadwf10b8328812189e2 (at) mail.gmail.com> <86461ff21001291432y2df4fd14rdc8e21eff2f16d60 (at) mail.gmail.com> <86461ff21001291437r2aaf7b4fl610a99a3bccaf4df (at) mail.gmail.com> <961092e11001291441h686e709eg401f918a5a34d3db (at) mail.gmail.com>
Thank you guys for your warmful help.
I did put the conf content into httpd.conf
and, also rm conf.d/hobbit-apache.conf
But, it still doesn't work. there is no change.
Bruce
On Fri, Jan 29, 2010 at 5:41 PM, Josh Luthman
<josh (at) imaginenetworksllc.com>wrote:
> Or mv the conf.d one out and put the config (once) in httpd.conf
>
>
> Josh Luthman
> Office: 937-552-2340
> Direct: 937-552-2343
> 1100 Wayne St
> Suite 1337
> Troy, OH 45373
>
> "The secret to creativity is knowing how to hide your sources."
> --- Albert Einstein
>
>
> On Fri, Jan 29, 2010 at 5:37 PM, Kii NODA <kii.noda (at) gmail.com> wrote:
>
>> Scratch that, it was you who duplicated the config by copying your
>> httpd.conf to httpd.conf.old. Still, as Josh previously suggested, can you
>> make sure that your conf.d files are included?
>>
>>
>> On Sat, Jan 30, 2010 at 12:32 AM, Kii NODA <kii.noda (at) gmail.com> wrote:
>>
>>> Ahhaaaa! :)
>>>
>>> Try grepping your way through your configs in order to find where that
>>> previous Alias is declared and remove it. Something like this:
>>>
>>> grep -E -r "Alias.*xymon" /etc/httpd
>>>
>>> You'll see all the files that match and the actual matches so you'll know
>>> what to remove.
>>>
>>> Or maybe even grep for "/var/www/xymon" in there, I have a good feeling
>>> that you'll find where the problem is.
>>>
>>> --
>>> kN
>>>
>>>
>>> On Sat, Jan 30, 2010 at 12:16 AM, Ming Qian <
>>> childpsych.columbia (at) gmail.com> wrote:
>>>
>>>> [root (at) pons /etc/httpd/conf]# pwd
>>>> /etc/httpd/conf
>>>> [root (at) pons /etc/httpd/conf]# ls
>>>> httpd.conf magic Makefile ssl.crl ssl.crt ssl.csr ssl.key ssl.prm
>>>> [root (at) pons /etc/httpd/conf]# cp httpd.conf httpd.conf.old
>>>> [root (at) pons /etc/httpd/conf]# cat ../conf.d/hobbit-apache.conf >>
>>>> httpd.conf
>>>> [root (at) pons /etc/httpd/conf]# /etc/init.d/httpd status
>>>> httpd (pid 30689 30688 30687 30686 30685 30684 30683 30682 30679) is
>>>> running...
>>>> [root (at) pons /etc/httpd/conf]# /etc/init.d/httpd restart
>>>> Stopping httpd: [ OK ]
>>>> Starting httpd: [Fri Jan 29 17:15:43 2010] [warn] The Alias directive in
>>>> /etc/httpd/conf/httpd.conf at line 1043 will probably never match because it
>>>> overlaps an earlier Alias.
>>>> [Fri Jan 29 17:15:43 2010] [warn] The ScriptAlias directive in
>>>> /etc/httpd/conf/httpd.conf at line 1050 will probably never match because it
>>>> overlaps an earlier ScriptAlias.
>>>> [Fri Jan 29 17:15:43 2010] [warn] The ScriptAlias directive in
>>>> /etc/httpd/conf/httpd.conf at line 1058 will probably never match because it
>>>> overlaps an earlier ScriptAlias.
>>>> [ OK ]
>>>> [root (at) pons /etc/httpd/conf]#
>>>
>>>
>>>
>>
>>
>> --
>> kN
>>
>
>
- References:
- Need help. Hobbit installed, but web access fails.
- Re: [hobbit] Need help. Hobbit installed, but web access fails.
- Re: [hobbit] Need help. Hobbit installed, but web access fails.
- Re: [hobbit] Need help. Hobbit installed, but web access fails.
- Re: [hobbit] Need help. Hobbit installed, but web access fails.
- Re: [hobbit] Need help. Hobbit installed, but web access fails.
- Re: [hobbit] Need help. Hobbit installed, but web access fails.
- Re: [hobbit] Need help. Hobbit installed, but web access fails.
- Re: [hobbit] Need help. Hobbit installed, but web access fails.
- Re: [hobbit] Need help. Hobbit installed, but web access fails.