FASJSON: Move the ccache config in apache's conf

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-09-03 23:09:59 +02:00
parent 86a521ef42
commit ca7ddc8b09
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -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