Add example httpd config
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
9b25736fa9
commit
a588d26f3e
1 changed files with 10 additions and 0 deletions
10
roles/web-data-analysis/files/httpd_config.conf
Normal file
10
roles/web-data-analysis/files/httpd_config.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
<Location />
|
||||
AuthName "Nagios GSSAPI Login"
|
||||
GssapiCredStore keytab:/etc/krb5.HTTP_data-analysis.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 user smooge kevin puiterwijk
|
||||
</Location>
|
Loading…
Add table
Add a link
Reference in a new issue