Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

NOTE: CentOS Enterprise Linux is built from the Red Hat Enterprise Linux source code. Other than logo and name changes CentOS Enterprise Linux is compatible with the equivalent Red Hat version. This document applies equally to both Red Hat and CentOS Enterprise Linux.
Linuxtopia - CentOS Enterprise Linux 4: Manual de referencia - Arrancar y detener httpd

10.4. Arrancar y detener httpd

El RPM de httpd instala el script /etc/init.d/httpd, el cual se puede acceder usando el comando /sbin/service.

Para iniciar el servidor, como root escriba:

/sbin/service httpd start

Para detener el servidor, como root escriba:

/sbin/service httpd stop

La opci�n restart es un truco para detener y luego arrancar el Servidor Apache HTTP.

Para reiniciar el servidor, como root escriba:

/sbin/service httpd restart

NotaNota
 

Si est� usando el Servidor Apache HTTP como un servidor seguro, se le pedir� la contrase�a del servidor siempre que use las opciones start o restart.

Sin embargo, luego de modificar el archivo httpd.conf, no es necesario que expl�citamente detenga e inicie el servidor. Para esto use la opci�n reload.

Para volver a cargar el archivo de configuraci�n, como usuario root escriba:

/sbin/service httpd reload

NotaNota
 

Si est� ejecutando el Servidor Apache HTTP como un servidor seguro, la contrase�a del servidor no se necesita cuando est� usando la opci�n reload.

Por defecto, el servicio httpd no se iniciar� autom�ticamente en el momento de arranque. Puede configurar el servicio httpd para que se inicie en el momento de arranque usando una utilidad de tipo initscript, tal como /sbin/chkconfig, /sbin/ntsysv o el programa Herramienta de configuraci�n de servicios. Refi�rase al cap�tulo llamado Control de acceso a servicios en Manual de administraci�n del sistema de Red Hat Enterprise Linux para m�s informaci�n sobre estas herramientas.

NotaNota
 

Si esta ejecutando el Servidor Apache HTTP como un servidor seguro, se le pedir� la contrase�a del servidor seguro despu�s que la m�quina arranca, cuando se utilice una llave privada SSL encriptada.

Para m�s informaci�n sobre la configuraci�n de un servidor seguro HTTP de Apache consulte el cap�tulo llamado Configuraci�n de un servidor seguro HTTP de Apache en el Manual de administraci�n del sistema de Red Hat Enterprise Linux.

 
 
  Published under the terms of the GNU General Public License Design by Interspire