On December 4, 2012 10:44 , Andrew Thompson <[email protected]> wrote:
I can confirm:
1 - The nagios.conf already had the RequireSLL entries. I have doubled checked
this.
2 - I put that line in the default file so it looked like this:
<VirtualHost *:80 Redirect /nagios https://domain/nagios>
The Redirect directive needs to go inside the VirtualHost stanza for
your default HTTP virtual host, just like all of the other directives
you have for that virtual host.
<VirtualHost *:80>
# other directives that you already have
Redirect /nagios https://domain/nagios
# other directives that you already have
</VirtualHost>
--
Mark Montague
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]