Ver Mensaje Individual
  #4 (permalink)  
Antiguo 31/10/2004, 22:05
qawsed
 
Fecha de Ingreso: octubre-2004
Mensajes: 2
Antigüedad: 20 años
Puntos: 0
instalar servicio apache

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]

Última edición por qawsed; 02/11/2004 a las 02:36 Razón: mejorarlo ?