Cerca

Heus ací els resultats de la cerca.

.htpasswd
4 Resultats, Darrera modificació:
fichero, muestra resultado ''stdout'' * -m Force MD5 encryption of the password (default). * -d Force CRYPT encryption of the password. * -p Do... not encrypt the password (plaintext). * -s Force SHA encryption of the password. * -D borr... PHP: <code php> <?php // Password to be encrypted for a .htpasswd file $clearTextPassword = 'some passw
Línea de Comando con Apache
3 Resultats, Darrera modificació:
ServerName systemadmin.es ServerAlias foro.systemadmin.es <Directory /var/www/syst... Alias == script limpieza <code bash> #!/bin/bash for i in $(find /var/www/ -maxdepth 2 -iname logs); d... itar la directiva ''ExtendedStatus On'', da más información de este módulo: * columna SS -> cuando
Forward Proxy & Reverse Proxy
3 Resultats, Darrera modificació:
= Forward Proxy & Reverse Proxy /via: [[https://www.cloudflare.com/learning/cdn/glossary/reverse-proxy/]] == proxy * proxy server, web proxy, forward proxy * servidor que "intercepta" las petic... flare.com/img/learning/cdn/glossary/reverse-proxy/forward-proxy-flow.svg|{{ :web:apache:pasted:20200215
.htaccess rewrites (redirecciones) @web:apache:htaccess
3 Resultats, Darrera modificació:
xample.com/$1 [R=301,L] </IfModule> </code> Más información: http://deteresa.com/redireccion-301 * el... e ^(.*)$ https://www.dominio.com/$1 [R,L] # Para forzar la conexión segura en un folder en especifico.... > /vía: [[http://www.besthostratings.com/articles/force-ssl-htaccess.html]] * utilizar la redirección
configuración apache
2 Resultats, Darrera modificació:
ilable/default)''AllowOverride All'' * evitar información del servidor (/etc/apache/conf.d/security):... o a2enmod mod-security $ sudo /etc/init.d/apache2 force-reload'' * /vía: [[https://www.modsecurity.