Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- .htaccess rewrites (redirecciones) @web:apache:htaccess
- = .htaccess rewrites (redirecciones) /via:[[http://deteresa.com/redireccion-301/]] hay que tener el mod_... de> <code apache> RedirectMatch permanent ^/(.*) http://<url>/$1 </code> == zxc.cat <code apache> RewriteEngine on RewriteRule ^wiki.*$ https://miguelangel.torresegea.es/wiki/$1 [r=307,L] RewriteRule ^blog.*$ https://miguelangel.torresegea.es/blog/$1 [r=307,L] Re
- virtualhost examples @web:apache:vhost
- = virtualhost examples == multidominio http -> https <code apache> <VirtualHost *:80> ServerName landing.fidmag.org Redirect permanent / https://landing.fidmag.org/ </VirtualHost> <VirtualHos... e new.landing.fidmag.org Redirect permanent / https://new.landing.fidmag.org/ </VirtualHost> <Virtua
- configuración apache
- ''ServerTokens Prod'' * securizar galletas (via https) para evitar XSS * en ''/etc/php5/apache2/ph... as dos variables a true: * ''session.cookie_httponly = True session.cookie_secure = True'' * m... oad'': * ''Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure'' == módulos para securizar * mod_security * mod_qos * [[http://www.juliojosesanz.com/dos-modulos-de-seguridad-
- .htpasswd
- contraseña. == generar === AuthType Basic * [[http://www.htaccesstools.com/htpasswd-generator/]] * [[http://httpd.apache.org/docs/2.0/es/howto/auth.html]] <- habría que mirar tema de grupos * ''$ htpasswd <o... AuthType Digest * debe estar activo el módulo [[https://httpd.apache.org/docs/current/mod/mod_auth_dig
- Forward Proxy & Reverse Proxy
- = Forward Proxy & Reverse Proxy /via: [[https://www.cloudflare.com/learning/cdn/glossary/reverse-proxy/]... caching, protección de la identidad online * [[https://www.cloudflare.com/img/learning/cdn/glossary/r... ver Load Balancing, Caching, SSL Encryption * [[https://www.cloudflare.com/img/learning/cdn/glossary/r... :apache:pasted:20200215-141820.png?500 }}]] * [[https://docs.nginx.com/nginx/admin-guide/web-server/re
- .htaccess @web:apache:htaccess
- ero en el raiz * variables MOD_REWRITE: * [[https://www.askapache.com/htaccess/mod_rewrite-variables-cheatsheet/]] * [[https://httpd.apache.org/docs/2.4/expr.html]] == acceso directorios === control de acceso a carpetas * de... ode look like unknown types AddType application/x-httpd-php .cool </code> == server side includes permi
- certificados de seguridad (apache)
- H:+MEDIUM:+LOW SSLCertificateFile /etc/httpd/certs/x.cer SSLCertificateKeyFile /etc/httpd/certs/x.key SSLCACertificateFile /etc/httpd/certs/xAuth.cer DocumentRoot /home/www/... </Directory> ErrorLog /var/log/httpd/secure.domain.none.errors.log CustomLog
- Línea de Comando con Apache
- start/stop -> arrancar y parar daemon (''service httpd start/stop/restart'') * configtest -> comprobar configuración (''/etc/init.d/httpd configtest'' o ''apachectl configtest'' ) * gr... uración en caliente * status * fullstatus == httpd * -f <conf-file-to-load> * -M -> ver el list... uchos igual hay que reducir el tiempo para ello. http://systemadmin.es/2011/11/guia-de-supervivencia-co
- APACHE
- = APACHE * Apache Benchmark: [[https://ubunlog.com/apachebench-carga-pagina-web/]] * [[https://httpd.apache.org/docs/2.4/programs/ab.html]] == related * [[web:apache:cli|]] * [[web:apache:con