diff --git a/roles/openshift-apps/fasjson/templates/httpd.conf b/roles/openshift-apps/fasjson/templates/httpd.conf index da6684b164..26f96b34db 100644 --- a/roles/openshift-apps/fasjson/templates/httpd.conf +++ b/roles/openshift-apps/fasjson/templates/httpd.conf @@ -80,6 +80,7 @@ WSGIRestrictSignal Off GssapiCredStore keytab:/etc/keytabs/http GssapiCredStore client_keytab:/etc/keytabs/http + GssapiCredStore ccache:FILE:/httpdir/httpd.ccache GssapiDelegCcacheDir /httpdir/run/ccaches GssapiDelegCcachePerms mode:0660 GssapiUseS4U2Proxy on diff --git a/roles/openshift-apps/fasjson/templates/start.sh b/roles/openshift-apps/fasjson/templates/start.sh index 8b790fbc35..f52aa8b5af 100644 --- a/roles/openshift-apps/fasjson/templates/start.sh +++ b/roles/openshift-apps/fasjson/templates/start.sh @@ -4,5 +4,4 @@ mkdir /httpdir/run/ /httpdir/run/ccaches/ ln -s /etc/httpd/modules /httpdir/modules truncate --size=0 /httpdir/access.log /httpdir/error.log tail -qf /httpdir/access.log /httpdir/error.log & -export KRB5CCNAME=/httpdir/httpd.ccache exec httpd -f /etc/fasjson/httpd.conf -DFOREGROUND -DNO_DETACH