impide que Apache incorporado se ejecute utilizando la aplicación del servidor

2

Utilizando OS X 10.11.3 (15D21), con macports, apache 2.4 / php 7.0.2 con OS X Server instalado (para compartir TimeCapsule)

Parece que no puedo evitar que el apache interno se inicie al reiniciar.

si uso:

sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist

luego reinicia y usa el comando

imac:scripts pete$ ps -Al | grep httpd
    0   245     1        4   0  31  0  2623184  21960 -      Ss                 0 ??         0:00.36 /opt/local/apache2/bin/httpd -k start
   70   280   245      104   0  31  0  2623184   1020 -      S                   0 ??         0:00.00 /opt/local/apache2/bin/httpd -k start
   70   281   245      104   0  31  0  2623184   1052 -      S                   0 ??         0:00.00 /opt/local/apache2/bin/httpd -k start
   70   282   245      104   0  31  0  2623184   1044 -      S                   0 ??         0:00.00 /opt/local/apache2/bin/httpd -k start
   70   283   245      104   0  31  0  2623184   1100 -      S                   0 ??         0:00.00 /opt/local/apache2/bin/httpd -k start
   70   284   245      104   0  31  0  2623184   1088 -      S                   0 ??         0:00.00 /opt/local/apache2/bin/httpd -k start
    0   510     1     4004   0  31  0  2496992   9540 -      Ss                  0 ??         0:00.12 /usr/sbin/httpd -D FOREGROUND -f /Library/Server/Web/Config/apache2/services/ACSServer.conf -E /var/log/apache2/services/ACSServer_error_log
   70   522   510      104   0  31  0  2494944   1184 -      S                   0 ??         0:00.00 /usr/sbin/httpd -D FOREGROUND -f /Library/Server/Web/Config/apache2/services/ACSServer.conf -E /var/log/apache2/services/ACSServer_error_log

los sitios web de la aplicación del servidor están apagados, y si desinstalo la aplicación del servidor, el problema se resuelve; es solo que quiero que la aplicación del servidor use las copias de seguridad de TimeCapsule.

    
pregunta pgee70 28.01.2016 - 10:44

1 respuesta

4

Tuve el mismo problema!

Tienes que editar:

/Library/Server/Web/Config/Proxy/apache_serviceproxy.conf

y

/Library/Server/Web/Config/apache2/services/ACSServer.conf

Cambie "Escuchar ..." a "# Escuchar ..." (Cambiar para comentar).
Esto evita que el httpd se inicie.

Tienes que reiniciar después de esto!

    
respondido por el Franz Podek 28.01.2016 - 19:59

Lea otras preguntas en las etiquetas