Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- wordpress @web:security
- -in-wordpress/]] == plugins * Activity Log * All in One WP Security * Asesor de Cookies * [[ht... ttp://wordpress.org/extend/plugins/wordpress-firewall-2/|WordPress Firewall 2]] * WP Super Cache * YouTube == sistemas * borrar ficheros y carpetas d... stalación: * /readme.html * /wp-admin/install.php * proteger fichero wp-config.php<code apach
- .htaccess @web:apache:htaccess
- 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 fichero
- Let's Encrypt @web:security
- * instalación: [[https://certbot.eff.org/docs/install.html]] * método manual: [[https://certbot.eff... cion-de-certificados-con-lets-encrypt/]] == install <code bash> sudo apt install software-properties-common sudo add-apt-repository universe sudo apt update sudo apt install certbot </code> + info: [[https://eff-certbot.re
- certificados de seguridad (apache) @web:apache
- in.none SSLEngine on SSLProtocol all -SSLv2 SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW SSLCertificat... Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory>
- let's encrypt seedbox.torresegea.es @web:security:letsencrypt
- *http://seedbox.torresegea.es/.well-known/acme-challenge/* para la renovación. Si no... * a mano:<co... ): 2 Plugins selected: Authenticator webroot, Installer None Cert is due for renewal, auto-renewing... ... n existing certificate Performing the following challenges: http-01 challenge for seedbox.torresegea.es Input the webroot for seedbox.torresegea.es: (Enter
- 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 /v
- wordpress multisite @web:security:wordpress
- = wordpress multisite <callout type="warning" title="OJO!">En mi caso, configurando como multisite-subd... ra de hacer login de nuevo en el administrador.</callout> - añadir **define( 'WP_ALLOW_MULTISITE', true );** en **wp-config.php** antes de ** %%/*%% ¡Eso ... org/blog/domain-mapping-wordpress-multisite/]] <callout type="info" title="problema de Cookies al hace
- configuración apache @web:apache
- .htaccess: (/etc/apache/sites-available/default)''AllowOverride All'' * evitar información del servidor (/etc/apache/conf.d/security): * ''ServerSigna... Off'' * ''ServerTokens Prod'' * securizar galletas (via https) para evitar XSS * en ''/etc/p... os_qos/]] * mod_status * ''$ sudo apt-get install libapache2-mod-security $ sudo a2enmod mod-securi
- .htaccess rewrites (redirecciones) @web:apache:htaccess
- es Options FollowSymLinks Indexes AllowOverride All Require all granted </Directory> ErrorLog /var/landing.fidmag.org/log/error.log C
- virtualhost examples @web:apache:vhost
- es Options FollowSymLinks Indexes AllowOverride All Require all granted </Directory> ErrorLog /var/landing.fidmag.org/log/error.log C
- .htpasswd @web:apache
- passwd mate</code> * hace un output por pantalla, no en fichero: <code bash>htpasswd -n mate</code> * hace un output por pantalla, no en fichero, coge el pass de los parámetros:
- trucos let's encrypt @web:apache
- /well-known" <Directory /var/www-internal/well-known> Satisfy Any Allow from all </Directory> </code>
- IPS & WAF @web:security
- = IPS & WAF == firewall * filtrado de paquetes a puertos == IPS * analiza contenido de paquete indi... o de esto por URL == opciones * activar módulo en firewall * software libre * software comercial
- let's encrypt k0.vividumcodex.com @web:security:letsencrypt
- .vivivumcodex.com/privkey.pem nginx.key</code> <callout type="warning" title="posible optimización" ic... í desde la máquina host podemos verlo (servicio nativo) y/o mapearlo (contenedores) a placer</callout>
- web
- -awesome * [[https://fontawesome.com/icons?d=gallery&m=free]] == servidores * [[web:apache:start