Apache does not work after server 5.0.3 upgrade
I am having trouble getting basic services to work after the upgrade to Server 5.0.3 (what's new after a Server upgrade...).
This time it is Apache that does not want to work. The SSL server for the local server (the one that does the login for the users, the profilemanager etc) does not show up.
Reason seems to be that the proxy server that connects to the 'real' server has somehow lost its certifcates, as we can see in the settings in
/Library/Server/Web/Config/Proxy/apache_serviceproxy.conf.
Under
<VirtualHost *:443> and <VirtualHost *:8443>
I find:
SSLCertificateFile "PATH_PLACEHOLDER.cert.pem"
SSLCertificateKeyFile "PATH_PLACEHOLDER.key.pem"
SSLCertificateChainFile "PATH_PLACEHOLDER.chain.pem"
Does anyone know how to replace these things with sensible values?
Kind regards,
Johan Henselmans
Server-OTHER, OS X Server