Saltar al contenido

cuaderno de campo

anotaciones

Menú
  • casa
    • dinou del carrer nou
  • cocina
    • pan
    • repostería
    • verdura
  • huerto
    • instrucciones sobre el huerto
    • plano del número 29
    • huerto del año 2025
  • humanidades
    • fonoteca
    • galería
  • juego
    • colección de roms
    • steamos en steam deck
    • lista de juego
    • dosbox
  • linux
    • bash
    • sistema operativo
    • ssh
  • web
    • apache
    • css
    • html5
    • javascript
    • mysql
    • php
Menú

Etiqueta: a2ensite

apache2 enable site

apache2: instalación y configuración

Publicada el 15 de diciembre de 201526 de febrero de 2021 por ernesto

instalación y configuración

  1. sudo apt-get install apache2
  2. sudo nano /etc/apache2/apache2.conf

    Timeout 30
    MaxKeepAliveRequests 25

  3. sudo nano /etc/apache2/ports.conf

    ServerName RB
    Listen 192.168.1.7:9700

  4. luego, se crea el archivo RB.conf:
    sudo cp /etc/apache2/sites-available/{000-default.conf,RB.conf}
    sudo touch /etc/apache2/sites-available/RB.conf
  5. sudo nano /etc/apache2/sites-available/RB.conf
    <VirtualHost 192.168.1.7:9700>
        ServerName RB
        ServerAdmin ernesto@poderna.com
        DocumentRoot /media/web/
        <Directory /media/web/>
            Options Indexes FollowSymLinks MultiViews
            AllowOverride none
            Order allow,deny
            Allow from all
        </Directory>
        ErrorLog /media/web/log/error.log
        CustomLog /media/web/log/access.log
Más
Etiquetado como .htaccess, a2dissite, a2enmod, a2ensite, adduser, apache2ctl, apt-get, cat, chgrp, id, ls, netstat, service, systemctl, tail, touch

RSS rutas fuera

  • Beats and yelling shorts, 13th March 26 13 de marzo de 2026 Hate Meditations
  • Beats and yelling: Cryptic Shift 9 de marzo de 2026 Hate Meditations
  • The podcast | Episode XIII, we’re finally talking about AI 8 de marzo de 2026 Hate Meditations
  • CAMINANDO ENTRE MONSTRUOS 11 (Bestiario Sonoro): Lobisome 7 de marzo de 2026 Javier Resines
  • Beats and yelling shorts, 6th March 26 6 de marzo de 2026 Hate Meditations
  • The metal press: blame the audience 5 de marzo de 2026 Hate Meditations
  • Kaeck Stormkult Remaster (2026) 5 de marzo de 2026 Brett Stevens
  • The Podcast | Episode XII, Black Sabbath I-VI 2 de marzo de 2026 Hate Meditations
  • La Naranja Metálica #109 (10×05) 27 de febrero de 2026 Belisario

Archivo

cuaderno de campo 2011-2026