Modifica la posizione predefinita del sito Web del server OS X

3

Ho installato OS X El Capitan e OS X server 5.0.4 installato. Sia web che Xcode sono abilitati. Imposta la posizione predefinita web contiene un index.html

Quando apro un browser e punti al mio dominio come link viene indirizzato a link .

Come posso cambiare questo per rendere / mydomain / point a /mydomain/index.html invece di / mydomain / xcode /? Ho già rimosso tutto il materiale Xcode nel file di configurazione / Library / Server / Web / Config / apache2 / sites ma non funziona.

    
posta Jason Lee 06.10.2015 - 18:17
fonte

2 risposte

1

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...

    
risposta data 23.03.2016 - 09:49
fonte
0

Ecco la risposta di Apple a questo problema:

link

Per riassumere, dicono di rinominare o eliminare il file.

    
risposta data 01.09.2016 - 01:25
fonte

Leggi altre domande sui tag