Skip to content
Code and Bytes

Code and Bytes

Tag: apache2

Linux

Habilitar mod_rewrite en Ubuntu 14.04

Posted on 30 October, 201430 October, 2014 By jaime

Correr el comando para habilitar el mod_rewrite sudo a2enmod rewrite Se reinicia apache sudo service apache2 restart El archivo de configuracion por defecto en Ubuntu 14.04 cambió de default.conf a 000-default.conf sudo nano /etc/apache2/sites-available/000-default.conf Al final del archivo se agrega la ruta webserver: <Directory “/var/www/html”> AllowOverride All </Directory> En Ubuntu 14.04 tambien…

Read more

Solución: apache2 could not open error log file /var/log/apache2/error.log

Posted on 3 March, 201323 December, 2014 By jaime

Si al tratar de subir el servicio apache2 aparece este mensaje: Starting web server: apache2(2)No such file or directory: apache2: could not open error log file /var/log/apache2/error.log. Unable to open logs Action ‘start’ failed. The Apache error log may have more information. failed!

Read more

Buscar

Categorias

  • AI
  • Asterisk
  • Bases de datos
  • DevOps
  • Git
  • HTML
  • Laravel
  • Linux
  • MCP Server
  • Mikrotik
  • MySQL
  • n8n
  • Personal
  • PHP
  • Python
  • Software recomendado
  • Tips
  • VSCode
  • vTiger
  • Windows
  • Wordpress
©2026 Code and Bytes | WordPress Theme by SuperbThemes