Skip to content
Code and Bytes Code and Bytes

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 (2)
  • Asterisk (9)
  • Bases de datos (1)
  • DevOps (4)
  • Git (2)
  • HTML (1)
  • Laravel (6)
  • Linux (67)
  • MCP Server (1)
  • Mikrotik (3)
  • MySQL (5)
  • n8n (1)
  • Personal (4)
  • PHP (15)
  • Python (2)
  • Software recomendado (1)
  • Tips (1)
  • VSCode (4)
  • vTiger (4)
  • Windows (10)
  • Wordpress (4)
©2026 Code and Bytes | WordPress Theme by SuperbThemes