<!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 did see traffic from the telent connection in the access log<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>
Sameka Prather wrote:
<blockquote cite="mid43C6837F.4080602@noaa.gov" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
I get the following when I telnet<br>
Connected to ldm1.nws.noaa.gov (this is my localhost)<br>
  <br>
I do not see any connections from the access or error log for apache.<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>
Marc Powell wrote:
  <blockquote
 cite="midA7B0A9F02975A74A845FE85D0B95B8FA025BD881@misex01.ena.com"
 type="cite">
    <pre wrap="">  </pre>
    <blockquote type="cite">
      <pre wrap="">-----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 Prather
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 directory under nagios.  I
    </pre>
    </blockquote>
    <pre wrap=""><!---->am
  </pre>
    <blockquote type="cite">
      <pre wrap="">following the directions as followed:

ScriptAlias /nagios/cgi-bin /usr/local/nagios/sbin  (this
    </pre>
    </blockquote>
    <pre wrap=""><!---->/nagios/cgi-bin
  </pre>
    <blockquote type="cite">
      <pre wrap="">is not a directory for me.  should I created it)
    </pre>
    </blockquote>
    <pre wrap=""><!---->
No you do not need to create a cgi-bin directory. The ScriptAlias
redirects all requests for /nagios/cgi-bin to the sbin directory.
 
  </pre>
    <blockquote type="cite">
      <pre wrap=""><Directory "/usr/local/nagios/sbin">
    Options ExecCGI
    AllowOverride None
    Order allow,deny
    Allow from all
    AuthName "Nagios Access"
    AuthType Basic
    AuthUserFile /usr/local/nagios/etc/htpasswd.users
    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 /usr/local/nagios/etc/htpasswd.users
    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>
    </pre>
    </blockquote>
    <pre wrap=""><!---->the
  </pre>
    <blockquote type="cite">
      <pre wrap="">connection just times out.  I have apache running any ideas?
    </pre>
    </blockquote>
    <pre wrap=""><!---->
A timeout indicates to me that your web server isn't listening or is
ignoring the request for some reason. Do you see the request in apache's
access or error logs? Did you restart it after making the changes above?
What happens when you perform the following from the command 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 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_id%16865&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>
</body>
</html>