CentOS 8 doesn't apache doesn't read /etc/sysconfig/httpd anymore so try to set keytab path location in apache config files.
3 lines
74 B
Text
3 lines
74 B
Text
<Location />
|
|
GssapiCredStore keytab:/etc/httpd/httpd.keytab
|
|
</Location>
|