<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I got it working. had a mistake in the httpd.conf.<br>
<br>
<br>
<pre class="moz-signature" cols="72">Thank you,
Sameka Prather
Office of Internet Services
<a class="moz-txt-link-abbreviated" href="mailto:sameka.prather@noaa.gov">sameka.prather@noaa.gov</a>
301-713-1384 x 109



</pre>
<br>
<br>
John Jolet wrote:
<blockquote cite="mid200601121054.50607.john@jolet.net" type="cite">
  <pre wrap="">On Thursday 12 January 2006 10:50, Sameka Prather wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">okay now am getting a Not found  The requested URL /nagios was not found
on this server
I see the directory. ?????

    </pre>
  </blockquote>
  <pre wrap=""><!---->did you try /nagios/ ?

  </pre>
  <blockquote type="cite">
    <pre wrap="">Thank you,
Sameka Prather
Office of Internet Services
<a class="moz-txt-link-abbreviated" href="mailto:sameka.prather@noaa.gov">sameka.prather@noaa.gov</a>
301-713-1384 x 109

Marc Powell wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Did you try issuing the GET command? I would also try it from another
host as well. You can try it from Terminal if you're using OSX or from
cmd if you're on a Windows machine. Christian Joergensen had a good
thought about a firewall (or iptables) preventing the connection.

--
Marc

      </pre>
      <blockquote type="cite">
        <pre wrap="">-----Original Message-----
From: Sameka Prather [<a class="moz-txt-link-freetext" href="mailto:Sameka.Prather@noaa.gov">mailto:Sameka.Prather@noaa.gov</a>]
Sent: Thursday, January 12, 2006 10:29 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a>
Cc: Marc Powell
Subject: Re: [Nagios-users] Setting up Web Interface

I did see traffic from the telent connection in the access log

Thank you,
Sameka Prather
Office of Internet Services
<a class="moz-txt-link-abbreviated" href="mailto:sameka.prather@noaa.gov">sameka.prather@noaa.gov</a>
301-713-1384 x 109





Sameka Prather wrote:

        I get the following when I telnet
        Connected to ldm1.nws.noaa.gov (this is my localhost)

        I do not see any connections from the access or error log for
apache.

        Thank you,
        Sameka Prather
        Office of Internet Services
        <a class="moz-txt-link-abbreviated" href="mailto:sameka.prather@noaa.gov">sameka.prather@noaa.gov</a>
        301-713-1384 x 109






        Marc Powell wrote:



                        -----Original Message-----
                        From: <a class="moz-txt-link-abbreviated" href="mailto:nagios-users-admin@lists.sourceforge.net">nagios-users-admin@lists.sourceforge.net</a>
[<a class="moz-txt-link-freetext" href="mailto:nagios-users">mailto:nagios-users</a>-
                        <a class="moz-txt-link-abbreviated" href="mailto:admin@lists.sourceforge.net">admin@lists.sourceforge.net</a>] On Behalf Of Sameka
        </pre>
      </blockquote>
      <pre wrap="">Prather

      </pre>
      <blockquote type="cite">
        <pre wrap="">                   Sent: Thursday, January 12, 2006 9:50 AM
                        To: <a class="moz-txt-link-abbreviated" href="mailto:nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a>
                        Subject: [Nagios-users] Setting up Web Interface

                        Can some tell if there should be a cgi-bin
        </pre>
      </blockquote>
      <pre wrap="">directory

      </pre>
      <blockquote type="cite">
        <pre wrap="">under nagios.  I


                am


                        following the directions as followed:

                        ScriptAlias /nagios/cgi-bin
        </pre>
      </blockquote>
      <pre wrap="">/usr/local/nagios/sbin

      </pre>
      <blockquote type="cite">
        <pre wrap="">(this


                /nagios/cgi-bin


                        is not a directory for me.  should I created it)



                No you do not need to create a cgi-bin directory. The
ScriptAlias
                redirects all requests for /nagios/cgi-bin to the sbin
directory.



                        <Directory "/usr/local/nagios/sbin">
                            Options ExecCGI
                            AllowOverride None
                            Order allow,deny
                            Allow from all
                            AuthName "Nagios Access"
                            AuthType Basic
                            AuthUserFile
        </pre>
      </blockquote>
      <pre wrap="">/usr/local/nagios/etc/htpasswd.users

      </pre>
      <blockquote type="cite">
        <pre wrap="">                       Require valid-user
                        </Directory>

                        Alias /nagios /usr/local/nagios/share

                        <Directory "/usr/local/nagios/share">
                            Options None
                            AllowOverride None
                            Order allow,deny
                            Allow from all
                            AuthName "Nagios Access"
                            AuthType Basic
                            AuthUserFile
        </pre>
      </blockquote>
      <pre wrap="">/usr/local/nagios/etc/htpasswd.users

      </pre>
      <blockquote type="cite">
        <pre wrap="">                       Require valid-user
                        </Directory>


                        When I open a browser window from the server and
<a class="moz-txt-link-freetext" href="http://ldm1/nagios">http://ldm1/nagios</a>


                the


                        connection just times out.  I have apache
        </pre>
      </blockquote>
      <pre wrap="">running any

      </pre>
      <blockquote type="cite">
        <pre wrap="">ideas?



                A timeout indicates to me that your web server isn't
        </pre>
      </blockquote>
      <pre wrap="">listening

      </pre>
      <blockquote type="cite">
        <pre wrap="">or is
                ignoring the request for some reason. Do you see the
        </pre>
      </blockquote>
      <pre wrap="">request

      </pre>
      <blockquote type="cite">
        <pre wrap="">in apache's
                access or error logs? Did you restart it after making
        </pre>
      </blockquote>
      <pre wrap="">the

      </pre>
      <blockquote type="cite">
        <pre wrap="">changes above?
                What happens when you perform the following from the
        </pre>
      </blockquote>
      <pre wrap="">command

      </pre>
      <blockquote type="cite">
        <pre wrap="">line --

                $ telnet your-nagios-webserver.com 80
                    (connection information displayed)
                GET /nagios HTTP/1.0

                (some output will follow).

                Also verify that you have htaccess properly configured.

                --
                Marc


                -------------------------------------------------------
                This SF.net email is sponsored by: Splunk Inc. Do you
        </pre>
      </blockquote>
      <pre wrap="">grep

      </pre>
      <blockquote type="cite">
        <pre wrap="">through log files
                for problems?  Stop!  Download the new AJAX search
        </pre>
      </blockquote>
      <pre wrap="">engine that

      </pre>
      <blockquote type="cite">
        <pre wrap="">makes
                searching your log files as easy as surfing the  web.
DOWNLOAD SPLUNK!
                <a class="moz-txt-link-freetext" href="http://ads.osdn.com/?ad_idv37&alloc_id865&op=click">http://ads.osdn.com/?ad_idv37&alloc_id865&op=click</a>
<a class="moz-txt-link-rfc2396E" href="http://ads.osdn.com/?ad_idv37&alloc_id%16865&op=click"><http://ads.osdn.com/?ad_idv37&alloc_id%16865&op=click></a>
                _______________________________________________
                Nagios-users mailing list
                <a class="moz-txt-link-abbreviated" href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a>
        </pre>
      </blockquote>
      <pre wrap=""><a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</a>

      </pre>
      <blockquote type="cite">
        <pre wrap="">           ::: Please include Nagios version, plugin version (-v)
        </pre>
      </blockquote>
      <pre wrap="">and OS

      </pre>
      <blockquote type="cite">
        <pre wrap="">when reporting any issue.

                ::: Messages without supporting info will risk being
        </pre>
      </blockquote>
      <pre wrap="">sent to

      </pre>
      <blockquote type="cite">
        <pre wrap="">/dev/null
        </pre>
      </blockquote>
      <pre wrap="">-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files for problems?  Stop!  Download the new AJAX search engine that
makes searching your log files as easy as surfing the  web.  DOWNLOAD
SPLUNK! <a class="moz-txt-link-freetext" href="http://ads.osdn.com/?ad_idv37&alloc_id865&op=click">http://ads.osdn.com/?ad_idv37&alloc_id865&op=click</a>
_______________________________________________
Nagios-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</a>

::: Please include Nagios version, plugin version (-v) and OS when
::: reporting any issue. Messages without supporting info will risk being
::: sent to /dev/null
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
</body>
</html>