<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Sailaja a écrit :
<blockquote
 cite="mid:fdf2d4d40910210345h2848c1a1h6e6991c08627b929@mail.gmail.com"
 type="cite">
  <div>Its there...</div>
  <div>Now i am not getting that error </div>
  <div>I am able to Restart the Apache server also.</div>
  <div> </div>
  <div>But unable to open the webpage.<br>
  <br>
 </div>
  <div><span class="gmail_quote">On 21/10/2009, <b
 class="gmail_sendername">Ward, Martin</b> <<a moz-do-not-send="true"
 href="mailto:Martin.Ward@colt.net">Martin.Ward@colt.net</a>> wrote:</span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
    <div vlink="purple" link="blue" lang="EN-GB">
    <div>
    <p class="MsoNormal"><span
 style="font-size: 11pt; color: rgb(31, 73, 125);">Do you have the
"mod_alias" compiled into your Apache?</span></p>
    <p class="MsoNormal"><span
 style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
    <p class="MsoNormal"><span
 style="font-size: 11pt; color: rgb(31, 73, 125);">|\/|artin</span></p>
    <p class="MsoNormal"><span
 style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
    <div
 style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0cm 0cm 0cm 4pt;">
    <div>
    <div
 style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0cm 0cm;">
    <p class="MsoNormal"><b><span style="font-size: 10pt;" lang="EN-US">From:</span></b><span
 style="font-size: 10pt;" lang="EN-US"> Sailaja [mailto:<a
 moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:sailajamur@gmail.com" target="_blank">sailajamur@gmail.com</a>]
    <br>
    <b>Sent:</b> 21 October 2009 10:38<br>
    <b>To:</b> <a moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:hobbit@hswn.dk" target="_blank">hobbit@hswn.dk</a><br>
    <b>Subject:</b> Re: [hobbit] Fwd: Need help</span></p>
    </div>
    </div>
    <div><span class="e" id="q_12476a4a856d5158_1">
    <p class="MsoNormal"> </p>
    <div>
    <p class="MsoNormal">Hi All,</p>
    </div>
    <div>
    <p class="MsoNormal"> </p>
    </div>
    <div>
    <p class="MsoNormal">I have done the same isntalled all the xymon
files on /var/www/html</p>
    </div>
    <div>
    <p class="MsoNormal">but even then i am unable to restart the
apache server</p>
    </div>
    <div>
    <p class="MsoNormal">the Error is </p>
    </div>
    <div>
    <p class="MsoNormal"> </p>
    </div>
    <div>
    <p class="MsoNormal">[root@sppubld01 conf]# service httpd start<br>
Starting httpd: Syntax error on line 14 of /etc/httpd/conf/httpd.conf:<br>
Invalid command 'Alias', perhaps misspelled or defined by a module not
included in the server configuration<br>
                                                           [FAILED]<br>
[root@sppubld01 conf]#<br>
 </p>
    </div>
    <div>
    <p class="MsoNormal"> </p>
    </div>
    <div>
    <p class="MsoNormal">my http.conf file is also attached.<br>
    <br>
 </p>
    </div>
    <div>
    <p class="MsoNormal"><span>On 07/10/2009, <b>Josh Luthman</b> <<a
 moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:josh@imaginenetworksllc.com" target="_blank">josh@imaginenetworksllc.com</a>>
wrote:</span> </p>
    <p class="MsoNormal" style="margin-bottom: 12pt;">If you installed
in /root I STRONGLY advise starting from scratch (it only takes a
minute) and installing with a new user and in that new user's home dir.<br>
    <br clear="all">
    <span>Josh Luthman</span><br>
    <span>Office: 937-552-2340</span><br>
    <span>Direct: 937-552-2343</span><br>
    <span>1100 Wayne St</span><br>
    <span>Suite 1337</span><br>
    <span>Troy, OH 45373</span><br>
    <br>
    <span>"When you have eliminated the impossible, that which remains,
however improbable, must be the truth."</span><br>
    <span>--- Sir Arthur Conan Doyle</span><br>
    <br>
    </p>
    <div>
    <div>
    <p class="MsoNormal">On Wed, Oct 7, 2009 at 11:44 AM, Alan Sparks
<<a moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:asparks@doublesparks.net" target="_blank">asparks@doublesparks.net</a>>
wrote:</p>
    <p class="MsoNormal">Probably true.  It's quite likely not a good
idea to install under<br>
/root.  Would suggest you perhaps made a new user account (xymon), with<br>
a home directory, say /home/xymon, and installed there.<br>
    <br>
Also, your specific error is because you do not have the 'alias' module<br>
in your Apache configuration.  Check /etc/httpd/conf/httpd.conf for<br>
something like:<br>
LoadModule alias_module modules/mod_alias.so<br>
This should be there and not be commented out.<br>
-Alan</p>
    <div>
    <p class="MsoNormal"><br>
    <br>
Josh Luthman wrote:<br>
> Your user running Apache, probably apache, can not get into /root
or<br>
> it's subdirectories.<br>
><br>
> Do not put www files in /root - use /var/www/html or something.<br>
><br>
> 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>
> "When you have eliminated the impossible, that which remains,
however<br>
> improbable, must be the truth."<br>
> --- Sir Arthur Conan Doyle<br>
><br>
><br>
> On Wed, Oct 7, 2009 at 6:40 AM, Sailaja <<a
 moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:sailajamur@gmail.com" target="_blank">sailajamur@gmail.com</a><br>
 </p>
    </div>
    <div>
    <p class="MsoNormal">> <mailto:<a moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:sailajamur@gmail.com" target="_blank">sailajamur@gmail.com</a>>>
wrote:<br>
><br>
>     [root@sppubld01 conf]# service httpd restart<br>
>     Stopping httpd:                                          
 [FAILED]<br>
>     Starting httpd: Syntax error on line 14 of
/etc/httpd/conf/httpd.conf:<br>
>     Invalid command 'Alias', perhaps misspelled or defined by a
module<br>
>     not included in the server configuration<br>
>                                                              
 [FAILED]<br>
><br>
><br>
>     I did the same thing but i am getting the syntax error in line
no 14.<br>
><br>
>     And 14 line is this<br>
><br>
>     Alias /xymon/  "/root/server/www/"<br>
><br>
><br>
>     On 07/10/2009, *Shaun Phillips* <<a moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:tainted.soul69@googlemail.com" target="_blank">tainted.soul69@googlemail.com</a><br>
 </p>
    </div>
    <div>
    <p class="MsoNormal">>     <mailto:<a moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:tainted.soul69@googlemail.com" target="_blank">tainted.soul69@googlemail.com</a>>>
wrote:<br>
><br>
>         Did you copy the http.conf section the install provided
into<br>
>         your httpd.conf?<br>
><br>
><br>
><br>
>         On Wed, Oct 7, 2009 at 5:55 AM, Sailaja <<a
 moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:sailajamur@gmail.com" target="_blank">sailajamur@gmail.com</a><br>
 </p>
    </div>
    <div>
    <p class="MsoNormal">>         <mailto:<a
 moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:sailajamur@gmail.com" target="_blank">sailajamur@gmail.com</a>>>
wrote:<br>
><br>
><br>
><br>
><br>
>               The page cannot be displayed<br>
><br>
>             The page you are looking for is currently unavailable.
The<br>
>             Web site might be experiencing technical difficulties,
or<br>
>             you may need to adjust your browser settings.<br>
><br>
>             The above is the error.<br>
>             Should i change anything in my<br>
>             /~/server/etc/hobbit-apache.conf/  file.<br>
>             It is mentioned that after everything is done to
restart<br>
>             the webserver. I have not doen that also.<br>
>             Can u pls guide me how to proceed.<br>
><br>
>             Regards<br>
>             Shailaja.<br>
><br>
><br>
>             On 07/10/2009, *Alan Sparks* <<a
 moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:asparks@doublesparks.net" target="_blank">asparks@doublesparks.net</a><br>
 </p>
    </div>
    <div>
    <p class="MsoNormal">>             <mailto:<a
 moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:asparks@doublesparks.net" target="_blank">asparks@doublesparks.net</a>>>
wrote:<br>
><br>
>                 Can you explain with more detail your statement,
"it's<br>
>                 not opening?"<br>
>                 Any error pages or messages, anything?<br>
>                 Details will help us help you.<br>
>                 -Alan<br>
><br>
>                 Sailaja wrote:<br>
>                 ><br>
>                 ><br>
>                 > ---------- Forwarded message ----------<br>
>                 > From: *Sailaja* <<a moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:sailajamur@gmail.com" target="_blank">sailajamur@gmail.com</a><br>
>                 <mailto:<a moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:sailajamur@gmail.com" target="_blank">sailajamur@gmail.com</a>><br>
 </p>
    </div>
    <div>
    <p class="MsoNormal">>                 <mailto:<a
 moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:sailajamur@gmail.com" target="_blank">sailajamur@gmail.com</a><br>
>                 <mailto:<a moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:sailajamur@gmail.com" target="_blank">sailajamur@gmail.com</a>>>><br>
>                 > Date: 7 Oct 2009 10:03<br>
>                 > Subject: Need help<br>
>                 > To: <a moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:hobbit-help@hswn.dk" target="_blank">hobbit-help@hswn.dk</a>
<mailto:<a moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:hobbit-help@hswn.dk" target="_blank">hobbit-help@hswn.dk</a>><br>
 </p>
    </div>
    <div>
    <p class="MsoNormal">>                 <mailto:<a
 moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:hobbit-help@hswn.dk" target="_blank">hobbit-help@hswn.dk</a>
<mailto:<a moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:hobbit-help@hswn.dk" target="_blank">hobbit-help@hswn.dk</a>>><br>
>                 ><br>
>                 > Hello Everyone,<br>
>                 ><br>
>                 > I have just started using Hobbit tool i just
followed<br>
>                 all the steps<br>
>                 > mentioned in the following link<br>
>                 > <a moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="http://hobbitmon.sourceforge.net/docs/install.html"
 target="_blank">http://hobbitmon.sourceforge.net/docs/install.html</a><br>
>                 > I have succeded with all the steps bu tin
final when<br>
>                 i am trying open<br>
>                 > the monitor on website its not oepning.<br>
>                 > Can anybody please help me in this regard.<br>
>                 ><br>
>                 > Thanks in advance.<br>
>                 ><br>
>                 > Regards<br>
>                 > Shailaja.<br>
><br>
><br>
><br>
>                 To unsubscribe from the hobbit list, send an
e-mail to<br>
>                 <a moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:hobbit-unsubscribe@hswn.dk" target="_blank">hobbit-unsubscribe@hswn.dk</a><br>
 </p>
    </div>
    <p class="MsoNormal">>                 <mailto:<a
 moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:hobbit-unsubscribe@hswn.dk" target="_blank">hobbit-unsubscribe@hswn.dk</a>></p>
    <div>
    <div>
    <p class="MsoNormal">><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
    <br>
    <br>
    <br>
To unsubscribe from the hobbit list, send an e-mail to<br>
    <a moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:hobbit-unsubscribe@hswn.dk" target="_blank">hobbit-unsubscribe@hswn.dk</a><br>
    <br>
    <br>
 </p>
    </div>
    </div>
    </div>
    <p class="MsoNormal"> </p>
    </div>
    </div>
    <p class="MsoNormal"> </p>
    </span></div>
    </div>
    </div>
    <font size="3"><br>
    <br>
*************************************************************************************<br>
The message is intended for the named addressee only and may not be
disclosed to or used by anyone else, nor may it be copied in any way. <br>
    <br>
The contents of this message and its attachments are confidential and
may also be subject to legal privilege. If you are not the named
addressee and/or have received this message in error, please advise us
by e-mailing <a moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:security@colt.net" target="_blank">security@colt.net</a>
and delete the message and any attachments without retaining any
copies. <br>
    <br>
Internet communications are not secure and COLT does not accept
responsibility for this message, its contents nor responsibility for
any viruses. <br>
    <br>
No contracts can be created or varied on behalf of COLT
Telecommunications, its subsidiaries or affiliates ("COLT") and any
other party by email Communications unless expressly agreed in writing
with such other party. <br>
    <br>
Please note that incoming emails will be automatically scanned to
eliminate potential viruses and unsolicited promotional emails. For
more information refer to <a moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="http://www.colt.net/" target="_blank">www.colt.net</a> or
contact us on +44(0)20 7390 3900.<br>
    </font></div>
    <br>
To unsubscribe from the hobbit list, send an e-mail to<br>
    <a moz-do-not-send="true"
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br>
    <br>
  </blockquote>
  </div>
  <br>
</blockquote>
Hi,<br>
<br>
Your error messages is 100% Apache HTTPd related. I think you should
ask help in concerned forums/IRC channels/mailing list.<br>
<br>
In my case, I'm running HTTPd too, and I activate the modules by
linking (symbolic link is enough, no need hard link) the appropriate
modules from mods-available to mods-enabled.<br>
For example :<br>
'ls -la /etc/apache/mods-enabled/alias*'<br>
 gives me the following :<br>
alias.conf -> ../mods-available/alias.conf<br>
alias.load -> ../mods-available/alias.load<br>
<br>
So, HTTPd loads the modules at startup. No need to restart the daemon,
just need to graceful it :<br>
'apachectl graceful'<br>
<br>
Regards,<br>
</body>
</html>