<!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 had some issues with the nagios.conf file and SSL too.  I just dumped
it and setup my own config in ssl.conf...<br>
<br>
<tt># mv /etc/httpd/conf.d/nagios.conf
/etc/httpd/conf.d/nagios.conf.orig<br>
<br>
# edit /etc/httpd/conf.d/ssl.conf and add:<br>
#Added for Nagios<br>
<br>
ScriptAlias /nagios/cgi-bin "/usr/local/nagios/sbin"<br>
<Directory "/usr/local/nagios/sbin"><br>
   Options ExecCGI<br>
   SSLOptions +StdEnvVars<br>
</Directory><br>
<br>
Alias /nagios "/usr/local/nagios/share"<br>
<Directory "/usr/local/nagios/share"><br>
   SSLOptions +StdEnvVars<br>
</Directory><br>
<br>
#end Nagios</tt><br>
<br>
I have mod_rewrite forcing https connections as well.  I use
mod_auth_ldap for authentication, so I removed the user authorization
stuff too.<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:svalding@kent.edu">svalding@kent.edu</a> wrote:
<blockquote cite="mid:f87eb5a0c6ed.c6edf87eb5a0@kent.edu" type="cite">
  <pre wrap="">List, 
  Hi Command as I like to call it has asked to put Nagios on an https
site. That is all well and fine, but I can't get it to work for some
reason. I followed the faq and have everything set up exactly as it
states, but still no worky. Apache2 is compiled and ssl support is all
set up. I checked the firewall and it is passing 443 traffic just fine.
I am missing something somewhere though. Anyone have a how-to on getting
this going on Ubuntu? 
  </pre>
  <pre wrap="">-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
<a class="moz-txt-link-freetext" href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a></pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
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>
<br>
</body>
</html>