martes, 4 de julio de 2023

Apache 2.4 Ocultar versión y sistema


/etc/apache2/conf-available/security.conf

ServerTokens Prod
ServerSignature Off

No hay comentarios:

Upgradear Alpine 3.23 a 3.24

 sed -i -e 's/ v3.23 / v3.24 /g' /etc/apk/repositories apk update apk add --upgrade apk-tools apk upgrade --available   https://wiki...