#NameVirtualHost *:443
<VirtualHost *:80>
<Directory "/usr/local/nagiosxi/html">
# SSLRequireSSL
Options None
AllowOverride None
Order allow,deny
Allow from all
# Order deny,allow
# Deny from all
# Allow from 127.0.0.1
# AuthName "Nagios xi"
# AuthType Basic
# AuthUserFile /usr/local/nagiosxi/etc/htpasswd.users
# Require valid-user
</Directory>
</VirtualHost>
<VirtualHost *:443>
SSLEngine on
SSLCertificateFile /etc/pki/tls/certs/ca.crt
SSLCertificateKeyFile /etc/pki/tls/private/ca.key
<Directory "/usr/local/nagiosxi/html">
AllowOverride All
</Directory>
</VirtualHost>
Alias /nagiosxi "/usr/local/nagiosxi/html"
Benefits of upgrading to Nagios xi R1.6
-
- Posts: 1040
- Joined: Wed May 11, 2011 8:54 am
Re: Benefits of upgrading to Nagios xi R1.6
Is the code box not scrolling for you? Its bigger than the box will allow it to be but you should be able to scroll through it. Either way, here is the same text in a quote block (unfortunately quote doesn't keep spacing):
Nicholas Scott
Former Nagios employee
Former Nagios employee