next up previous contents
Next: Redes y comunicaciones Up: Servidor Web Apache con Previous: Instalación de Apache con   Contents


Arranque, reinicio y detención del servidor Apache con php

Dentro del direcorito /home/www/bin/ se encuentra el script apachectl que se encarga de levantar, detener ó reinicar el demonio de httpd.

./apachectl start // inicia el servidor Apache

./apachectl stop // detiene el servidor Apache

./apachectl status // muestra el estatus del servidor



Cancerbero 2005-02-25