[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: Kii NODA <kii.noda (at) gmail.com>
- Date: Sat, 30 Jan 2010 00:37:15 +0200
- 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=X+I8FRO/ewIW/9Yq4vpN2KEO57i+XRdKIKKM/QPRgp0=; b=c4oEYLMLK6ZPazsEspEW3ssMrF6Uc3+zHZpF1rCJTp7992iyIcCN+j0b+s6051x/N6 AZupWUhu4z7lIlc8YBZyMUSIR4XiUHzZ+0rlKzpMN/u9P7G72ZAzq9TUU0/WPkfMh3+q 9nvUiqkaIJ8HTv6LxLuzpVmzo29DBabxZ/Rho=
- 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=OvIMpgvydRZv7yCZHoIX/MWrVc7Nnrv0VsgwtKjb03vbCxpQfm8kMLVDxShKkh6uX8 H9olp7cgIQef+SKLgnuyc2Y59oiKn+RDmrVnYa4TProcInRXRsd0jI64YaY9ScFsOH78 K9E5dblPUzIX2kkHkG1qzQza89J4ipDxF/Mtk=
- References: <d181f9821001291242n249145bajf0696e45c2a49ea8 (at) mail.gmail.com> <d181f9821001291315l5a2c5397pbdbd895d8ee479ca (at) mail.gmail.com> <961092e11001291324n6261305fhd182f93ffe14b37e (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>
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.