FASJSON: Move the ccache config in apache's conf
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
86a521ef42
commit
ca7ddc8b09
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue