Questo ha a che fare con la rimozione di un file di configurazione, usato dal server, per wiki e Xcode. Tutto quello che c'è nel file è un po 'che dice che il servizio YES è attivo, probabilmente potresti semplicemente cambiarlo in NO, ma l'eliminazione del file funziona per i principianti. E finché non riavvierai il servizio Xcode il file non verrà ricreato!
Vedi questo thread: Impossibile cambiare la pagina web predefinita
It appears to be a bug. The short answer is to remove/rename this file:
/Library/Server/Web/Config/apache2/other/COM.APPLE.WEBAPP.WIKI.conf
Note, that you can turn the Wiki service on and then remove/rename this file and the Wiki and Web service will work fine (and with the correct index order). However, turning the Wiki service off and back on will recreate the file and thus cause the issue to reappear. To address that issue I wrote a simple BASH script to check if the file exists and if so, delete it. I then made a LaunchDaemon to run the script every 15 seconds.
e
But as an added bonus, my problem wasn't wiki, it was Xcode, and the same goes >for removing:
/Library/Server/Web/Config/apache2/other/COM.APPLE.WEBAPP.XCODE.conf
I am thinking about changing the YES to NO in the file tho to see if that keeps >things on lockdown incase of restarts...