Description: Fix paths --- a/install/conf/ipa.conf +++ b/install/conf/ipa.conf @@ -37,7 +37,7 @@ FileETag None # FIXME: WSGISocketPrefix is a server-scope directive. The mod_wsgi package # should really be fixed by adding this its /etc/httpd/conf.d/wsgi.conf: -WSGISocketPrefix /run/httpd/wsgi +WSGISocketPrefix /run/apache2/wsgi # Configure mod_wsgi handler for /ipa @@ -62,9 +62,9 @@ WSGIScriptReloading Off AuthType GSSAPI AuthName "Kerberos Login" - GssapiCredStore keytab:/etc/httpd/conf/ipa.keytab - GssapiCredStore client_keytab:/etc/httpd/conf/ipa.keytab - GssapiDelegCcacheDir /var/run/httpd/ipa/clientcaches + GssapiCredStore keytab:/etc/apache2/ipa.keytab + GssapiCredStore client_keytab:/etc/apache2/ipa.keytab + GssapiDelegCcacheDir /var/run/apache2/ipa/clientcaches GssapiUseS4U2Proxy on GssapiAllowedMech krb5 Require valid-user @@ -107,7 +107,7 @@ WSGIScriptReloading Off # Custodia stuff is redirected to the custodia daemon # after authentication - ProxyPass "unix:/run/httpd/ipa-custodia.sock|http://localhost/keys/" + ProxyPass "unix:/run/apache2/ipa-custodia.sock|http://localhost/keys/" RequestHeader set GSS_NAME %{GSS_NAME}s RequestHeader set REMOTE_USER %{REMOTE_USER}s @@ -141,8 +141,8 @@ Alias /ipa/crl "$CRL_PUBLISH_PATH" # List explicitly only the fonts we want to serve -Alias /ipa/ui/fonts/open-sans "/usr/share/fonts/open-sans" -Alias /ipa/ui/fonts/fontawesome "/usr/share/fonts/fontawesome" +Alias /ipa/ui/fonts/open-sans "/usr/share/fonts/truetype/open-sans" +Alias /ipa/ui/fonts/fontawesome "/usr/share/fonts/truetype/font-awesome" SetHandler None AllowOverride None