[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:32:12 +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=vHp02Ofzt2o67Sy+m926QxJ8mAB086qXcfritDRi6nI=; b=FcovabX/uDBkobshiTy60mfczLHOCkFMw/KBFmZNDc3QWdN8oZ99XUclyJNqxpkYlx 8WrqtSfOYwpaIPT/dUQR00sj2sPo7e/6Owgam8elr1zRCOgMMUc7CtgyZ0K9YMyoNdZD 1UdOLIT25SjzwdccuQDEyNsQCkqyjA3PjMCQo=
- 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=Od/gvqEG9Kg1xKhl+HQQLn435tNdldTra2/cQ6/msq0w+OCpcfUBavDWp3/YVtUr3d +nHOoJIijlNhYkfNKDeuRyqJPEDPIxb03rlUgNMQgaXPonaAVbcSBLunwTFY/9aOVk4S yKaGEkuZFUDPbY57scJZN5rdHzap/buSp5L7c=
- References: <d181f9821001291242n249145bajf0696e45c2a49ea8 (at) mail.gmail.com> <961092e11001291300w4ab54d97w6cfa9e4a6ab110d8 (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>
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]#
- 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.