Datos:
- Crunchbang 11 (Waldorf), 32-bit
- Apache 2.2.22-13
Para instalar el apache ejecuta los siguientes comandos en tu terminal:
Si la instalación fue sin mensajes de error, abre tu navegador (browser) favorito, escribe http://localhost. Si en este te aparece una página con un texto en negrita It Works!, entonces ya tienes instalado correctamente tu servicio de Apache.
Nota: Es posible que tengas que ejecutar los comandos de arriba como root.
Incidentes (Issues):
1. Si all intentar reiniciar el apache con el comando: service apache2 restart, obtienes la siguiente respuesta:
/etc/init.d/apache2: 51: .: Can't open /etc/apache2/envvars
Es posible que tengas que reinstalar tu Apache. Para ello ejecuta los siguientes comandos:
Esto debería resolver el problema. Por favor, comenta si te ayudo!
2. Si al reiniciar el Apache obtienes un mensaje como este:
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName, debes modificar el archivo apache2.conf que se encuentra en /etc/apache2. Al final de este archivo agrega la siguiente línea:
3. Si al reinicar el Apache obtienes el siguiente mensaje:
Restarting web server: apache2/usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
/usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
(13)Permission denied: me_sock: could not bind to address [::]:80
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
failed!
Esto es sencillo, corre el comando con sudo como prefijo, asi:
raccode@crunchbang:/etc/apache2$ sudo service apache2 restart
[sudo] password for raccode:
Restarting web server: apache2 ... waiting ..
raccode@crunchbang:/etc/apache2$
- Crunchbang 11 (Waldorf), 32-bit
- Apache 2.2.22-13
Para instalar el apache ejecuta los siguientes comandos en tu terminal:
1. apt-get update 2. apt-get install apache2 3. service apache2 restart
Si la instalación fue sin mensajes de error, abre tu navegador (browser) favorito, escribe http://localhost. Si en este te aparece una página con un texto en negrita It Works!, entonces ya tienes instalado correctamente tu servicio de Apache.
Nota: Es posible que tengas que ejecutar los comandos de arriba como root.
Incidentes (Issues):
1. Si all intentar reiniciar el apache con el comando: service apache2 restart, obtienes la siguiente respuesta:
/etc/init.d/apache2: 51: .: Can't open /etc/apache2/envvars
Es posible que tengas que reinstalar tu Apache. Para ello ejecuta los siguientes comandos:
a. apt-get remove -purge apache2 apache2-utils. Este comando removerá completamente el Apache de tu PC, incluyendo archivos de configuración y directorios. b. apt-get install apache2. Reinstala nuevamente el servicio de Apache.
Esto debería resolver el problema. Por favor, comenta si te ayudo!
2. Si al reiniciar el Apache obtienes un mensaje como este:
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName, debes modificar el archivo apache2.conf que se encuentra en /etc/apache2. Al final de este archivo agrega la siguiente línea:
ServerName localhost
3. Si al reinicar el Apache obtienes el siguiente mensaje:
Restarting web server: apache2/usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
/usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
(13)Permission denied: me_sock: could not bind to address [::]:80
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
failed!
Esto es sencillo, corre el comando con sudo como prefijo, asi:
raccode@crunchbang:/etc/apache2$ sudo service apache2 restart
[sudo] password for raccode:
Restarting web server: apache2 ... waiting ..
raccode@crunchbang:/etc/apache2$
Comentarios
Publicar un comentario