Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- .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
- certificados de seguridad (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>
- Línea de Comando con Apache
- s> Options FollowSymLinks AllowOverride all Order deny,allow Allow from all </Directory> ErrorLog "| /usr/local/sbin/cronolog -S /v
- configuración 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
- 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
- /well-known" <Directory /var/www-internal/well-known> Satisfy Any Allow from all </Directory> </code>
- Forward Proxy & Reverse Proxy
- e-sharing-on-apache-with-correct-response-headers-allowing-everything-through/]] * [[https://enable