cuaderno de campo

anotaciones

Menú
  • casa
    • dinou del carrer nou
  • cocina
    • pan
    • repostería
    • verdura
  • huerto
    • plano del número 29
    • huerto del año 2023
  • humanidades
    • fonoteca
    • galería
  • juego
    • colección de roms
    • lista de juegos
    • 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

Publicado 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
            
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, 29th September 23 29 de septiembre de 2023 Hate Meditations
  • Open Directory of Slayer Bootlegs, Live, and Rare 29 de septiembre de 2023 Brett Stevens
  • Beats and yelling: Demoniac and the not renaissance of thrash 28 de septiembre de 2023 Hate Meditations
  • Manowar Re-Imagined Through Hurdy-Gurdy Cover of “The Crown and the Ring” 27 de septiembre de 2023 Brett Stevens
  • Ascendency – A Manifest of Imperious Destiny EP (2023) 26 de septiembre de 2023 Belisario
  • VINT-I-QUATRE 26 de septiembre de 2023 Pablo Sánchez Silva
  • VINT-I-TRES 26 de septiembre de 2023 Pablo Sánchez Silva
  • Conociendo la Criptozoología con Javier Resines en “Más allá de la verdad” 26 de septiembre de 2023 Javier Resines
  • Gridlink – Coronet Juniper (2023) 26 de septiembre de 2023 Raphael Alecto

Categorías

apache bash casa cocina corral css exterior fonoteca galería html5 huerto humanidades humanidades digitales interior jardín javascript juego linux mysql pan php repostería sistema operativo ssh verdura web

Archivo

cuaderno de campo 2011-2023