Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- WordPress, webinar seguridad @web:security:wordpress
- l servidor (sobre todo cambios importantes) * algun plugin para copia interna de restauración rápida * Monitorizar * algún plugin de activity log * alertas por mail para acciones críticas * análisis malware y camb... * opciones de exploración y planificación -> alta sensibilidad * iniciar nueva exploración ->
- WORDPRESS @web:security
- ttp://www.katharsix.com/la-seguridad-en-wordpress-algunos-consejos/]] * /vía: [[http://www.katharsix.com/la-seguridad-en-wordpress-algunos-consejos-ii/]] * [[web:security:wordpress... idad]] == trucos * obligar método https VS ftp al actualizar:<code php; wp-config.php>define('FS_ME... -in-wordpress/]] == plugins * Activity Log * All in One WP Security * Asesor de Cookies * [[h
- .htaccess @web:apache:htaccess
- la opción [L] a las páginas finales, para decirle al servidor que no procese más reglas - como en hotl... ar acceso total a carpeta: <code apache>deny from all</code> * denegar acceso total, excepto determinada IP o rango: <code apache> deny from all allow from x.x.x.x allow from y.y.y.y/x</code> * denegar acceso a un archivo:<code apache><Files f
- Let's Encrypt multidominio @web:security:letsencrypt
- sh COMMON_NAME=${1:-"landing.fidmag.org"} COMMON_ALT_NAME=${COMMON_NAME//./_} [[ ! -z ${COMMON_NAME}... main...\n" openssl genrsa 4096 > domain_${COMMON_ALT_NAME}.key openssl req -new -sha256 -key domain_${COMMON_ALT_NAME}.key -subj "/" -reqexts SAN -config <(cat /... .org,DNS:investiga.fidmag.org)) > domain_${COMMON_ALT_NAME}.csr } || { echo -e "FQDN as a first para
- certificados de seguridad (apache) @web:apache
- NIO Y CERTIFICADO COINCIDAN Y QUE TENGAMOS ACCESO AL CORREO Y TELÉFONO QUE CONSTAN - se pueden compr... in.none SSLEngine on SSLProtocol all -SSLv2 SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW SSLCertific... Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny
- Línea de Comando con Apache @web:apache
- s> Options FollowSymLinks AllowOverride all Order deny,allow Allow from all </Directory> ErrorLog "| /usr/local/sbin/cronolog -S
- .htaccess rewrites (redirecciones) @web:apache:htaccess
- es Options FollowSymLinks Indexes AllowOverride All Require all granted </Directory> ErrorLog /var/landing.fidmag.org/log/error.log ... NC,L]</code> * ojo con enlaces que si que quieres permitir - como un RSS - a alguno de tus ficheros
- trucos let's encrypt @web:apache
- torio de renovación de certificados:<code apache> Alias "/.well-known" "/var/www-internal/well-known" <Directory /var/www-internal/well-known> Satisfy Any Allow from all </Directory> </code>
- virtualhost examples @web:apache:vhost
- es Options FollowSymLinks Indexes AllowOverride All Require all granted </Directory> ErrorLog /var/landing.fidmag.org/log/error.log
- let's encrypt seedbox.torresegea.es @web:security:letsencrypt
- do visudo'' para que no solicite password de sudo al ejecutarse * para próxima renovación (27/11/201... er/letsencrypt/certs'' y el contenido de este * al cambiar a docker, la cosa cambia... habría que cr... ertbot-auto again. To non-interactively renew *all* of your certificates, run "certbot-auto rene
- WordPress multisite @web:security:wordpress
- administrador.</callout> - añadir **define( 'WP_ALLOW_MULTISITE', true );** en **wp-config.php** ant... <callout type="info" title="problema de Cookies al hacer login">Si no dejar hacer login en alguno de los multisites, añadir a **wp-config.php** ''define
- configuración apache @web:apache
- .htaccess: (/etc/apache/sites-available/default)''AllowOverride All'' * evitar información del servidor (/etc/apache/conf.d/security): * ''ServerSig
- nginx @web:nginx
- = nginx == alias & autoindex <code bash> location /nginx-location { alias /path/to; autoindex on; }</code>
- .htpasswd @web:apache
- SHA encryption of the password. * -D borra al usuario especificado del archivo * ejemplos:
- Forward Proxy & Reverse Proxy @web:apache
- e-sharing-on-apache-with-correct-response-headers-allowing-everything-through/]] * [[https://enabl