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: apache2ctl

apache2 control

htaccess: configuración

Publicada el 26 de octubre de 201726 de febrero de 2021 por ernesto
  1. creación del archivo:

    touch /media/web/.htaccess

    si se tiene acceso al servidor apache (a su configuración), no debería emplearse este recurso porque incide (claro) en su tiempo de ejecución:

    Allowing .htaccess files will make Apache look for them upon every access to your server. Since parent directories are searched as well, this will take some (small) amount of time, and can impact your server's performance.

Más
Etiquetado como accessfilename, allowoverride, apache2ctl, systemctl, touch

apache2: depuración

Publicada el 25 de octubre de 201726 de febrero de 2021 por ernesto

apache2ctl

  1. se puede comprobar la configuración del servidor vía apache2ctl: con -S, este comando «show[s] parsed vhost settings» y «show[s] parsed run settings»:

    apache2ctl -S
    VirtualHost configuration:
    192.168.1.7:9700 RB (/etc/apache2/sites-enabled/RB.conf:1)
    ServerRoot: "/etc/apache2"
    Main DocumentRoot: "/var/www/html"
    Main ErrorLog: "/var/log/apache2/error.log"
    Mutex default: dir="/var/lock/apache2" mechanism=fcntl
    Mutex mpm-accept: using_defaults
    Mutex watchdog-callback: using_defaults
    Mutex rewrite-map: using_defaults
    PidFile: "/var/run/apache2/apache2.pid"

Más
Etiquetado como a2enmod, apache2ctl, tail, wget

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

  • CAMINANDO ENTRE MONSTRUOS 13 (Bestiario Sonoro): Nonell de la Neu 2 de abril de 2026 Javier Resines
  • Beats and yelling: Protrusion 2 de abril de 2026 Hate Meditations
  • I am about to be “fooled” by AI music and that doesn’t matter 31 de marzo de 2026 Hate Meditations
  • Beats and yelling shorts, 25th March 26 25 de marzo de 2026 Hate Meditations
  • Criaturas imposibles en Guinea Ecuatorial, de Javier Resines 25 de marzo de 2026 Javier Resines
  • Beats and yelling: Deathlike Dawn 23 de marzo de 2026 Hate Meditations
  • DEP Shane Rout de Abyssic Hate 22 de marzo de 2026 Iberian Darkness
  • Temora – Demo 2025 (2025) 21 de marzo de 2026 Talbot Pinkerton
  • The Sixteenth Six-Tooth Son of Fourteen Four-Regional Dimensions (Still Unnamed) | Interpretations of metal, Episode II 20 de marzo de 2026 Hate Meditations

Archivo

cuaderno de campo 2011-2026