al instalar el servicio se autoarranca el servidor al iniciarse. comviene usar apache 2 desde el apache monitor del directorio apache/bin. su funcion es en segundo plano se puede controlar desde el administrador de tareas de windows. aprender configuracion... apache/conf/httpd.conf
usar version con mas opciones -;apache + ssl = https
instalar servicio
[pre]
[h3]USAR APACHE EN SEGUNDO PLANO SIN DEMONIO
[/h3]
primero instalas un servicio
--------------------
PROMPT
--------------------
C:\>cd wfiles
C:\wfiles>cd apachessl
C:\wfiles\apachessl>cd bin
C:\wfiles\apachessl\bin>apache -k install -n "MyServiceName"
-----------
-----------
--
una vez instalado reinicia el ordenador y se autoarranca el servidor quedando en segundo plano da la misma forma que lo hace mysqld.exe.
ver más...
[a href="http://phpmodulesproject.servehttp.com/documentacion/Servidores/Apache/castellano/stopping.html"]DIRECCION RESPUESTA[/a]
http://phpmodulesproject.servehttp.c...ws.html#winsvc
[/pre]