at this point it is clear that I have no idea and neither do the google pages I am looking at
This commit is contained in:
parent
73c9a0b035
commit
255d78da20
1 changed files with 13 additions and 18 deletions
|
@ -29,33 +29,28 @@ Alias /nagios /usr/share/nagios/html/
|
|||
</Directory>
|
||||
|
||||
{% else %}
|
||||
<Directory "/usr/lib64/nagios/cgi-bin/">
|
||||
SSLRequireSSL
|
||||
Options ExecCGI
|
||||
AllowOverride None
|
||||
AuthName "Nagios GSSAPI Login"
|
||||
GssapiCredStore keytab:/etc/krb5.HTTP_nagios-external{{env_suffix}}.fedoraproject.org.keytab
|
||||
AuthType GSSAPI
|
||||
# This is off because Apache (and thus mod_auth_gssapi) doesn't know this is proxied over TLS
|
||||
GssapiSSLonly Off
|
||||
GssapiLocalName on
|
||||
Require valid-user
|
||||
</Directory>
|
||||
|
||||
Alias /nagios "/usr/share/nagios/html"
|
||||
<Directory "/usr/share/nagios/html">
|
||||
SSLRequireSSL
|
||||
Options None
|
||||
AllowOverride None
|
||||
|
||||
<Location ~ /nagios/>
|
||||
AuthName "Nagios GSSAPI Login"
|
||||
GssapiCredStore keytab:/etc/krb5.HTTP_nagios-external{{env_suffix}}.fedoraproject.org.keytab
|
||||
AuthType GSSAPI
|
||||
# This is off because Apache (and thus mod_auth_gssapi) doesn't know this is proxied over TLS
|
||||
GssapiSSLonly Off
|
||||
GssapiSSLonly On
|
||||
GssapiLocalName on
|
||||
GssapiPublishErrors On
|
||||
Require valid-user
|
||||
</Location>
|
||||
|
||||
<Location ~ "/nagios/cgi-bin/">
|
||||
Options ExecCGI
|
||||
</Location>
|
||||
|
||||
<Directory "/usr/share/nagios/html">
|
||||
Options None
|
||||
</Directory>
|
||||
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue