Re: [Nagios-users] Nagios with SSL

2006-02-13 Thread Jim Perrin
 I am searching for howto about forcing ssl connection to nagios web
 interface, so it is a bit off topic but if you'd know an howto about how
 setting up a SSL virtual for nagios, or any like, i would greatly
 appreciate.


Apache's mod_rewrite is your friend.

RewriteEngine On
RewriteCond %{SERVER_PORT} ^80$
RewriteRule  ^/nagios(.*)  https://%{SERVER_NAME}/nagios$1 [R]



--
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety''
Benjamin Franklin 1775


---
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!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue.
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Nagios with SSL

2006-02-13 Thread Francois Caen
On 2/13/06, Toto Capuccino [EMAIL PROTECTED] wrote:
 I am searching for howto about forcing ssl connection to nagios web
 interface

I typically just use a permanent redirect to force browsers who
connect on port 80 to go to the https site.
Redirect permanent /nagios https://my.domain.com/nagios

--
Francois Caen, RHCE, CCNA
SpiderMaker, LLC


---
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!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue.
::: Messages without supporting info will risk being sent to /dev/null