• Categoría de la entrada:Apache / Linux
  • Tiempo de lectura:2 minutos de lectura

Los comandos deben ejecutarse como usuario root:



Fedora Linux detener Apache (HTTPD)

# /etc/init.d/httpd stop 

o

# service httpd stop 



Fedora Linux iniciar Apache (HTTPD)

# /etc/init.d/httpd start

o

# service httpd start 



Fedora Linux reiniciar Apache (HTTPD)

# /etc/init.d/httpd restart

o

# service httpd restart 



También puedes usar la siguiente sintaxis:



## Iniciar Fedora Apache ##
# apachectl -k start

## Detener Fedora Apache ##
# apachectl -k stop

## Reiniciar Fedora Apache ##
# apachectl -k restart

## Reinicio elegante Fedora Apache ##
# apachectl -k graceful

Deja una respuesta