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>
|
</Directory>
|
||||||
|
|
||||||
{% else %}
|
{% 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"
|
Alias /nagios "/usr/share/nagios/html"
|
||||||
<Directory "/usr/share/nagios/html">
|
|
||||||
SSLRequireSSL
|
<Location ~ /nagios/>
|
||||||
Options None
|
|
||||||
AllowOverride None
|
|
||||||
AuthName "Nagios GSSAPI Login"
|
AuthName "Nagios GSSAPI Login"
|
||||||
GssapiCredStore keytab:/etc/krb5.HTTP_nagios-external{{env_suffix}}.fedoraproject.org.keytab
|
GssapiCredStore keytab:/etc/krb5.HTTP_nagios-external{{env_suffix}}.fedoraproject.org.keytab
|
||||||
AuthType GSSAPI
|
AuthType GSSAPI
|
||||||
# This is off because Apache (and thus mod_auth_gssapi) doesn't know this is proxied over TLS
|
GssapiSSLonly On
|
||||||
GssapiSSLonly Off
|
|
||||||
GssapiLocalName on
|
GssapiLocalName on
|
||||||
|
GssapiPublishErrors On
|
||||||
Require valid-user
|
Require valid-user
|
||||||
|
</Location>
|
||||||
|
|
||||||
|
<Location ~ "/nagios/cgi-bin/">
|
||||||
|
Options ExecCGI
|
||||||
|
</Location>
|
||||||
|
|
||||||
|
<Directory "/usr/share/nagios/html">
|
||||||
|
Options None
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue