f49c26d Switch httpd to use default CCACHE

2 files Authored by mkosek 10 years ago, Committed by pviktori 10 years ago,
    Switch httpd to use default CCACHE
    
    Stock httpd no longer uses systemd EnvironmentFile option which is
    making FreeIPA's KRB5CCNAME setting ineffective. This can lead in hard
    to debug problems during subsequent ipa-server-install's where HTTP
    may use a stale CCACHE in the default kernel keyring CCACHE.
    
    Avoid forcing custom CCACHE and switch to system one, just make sure
    that it is properly cleaned by kdestroy run as "apache" user during
    FreeIPA server installation process.
    
    https://fedorahosted.org/freeipa/ticket/4084