4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 2 / 3
Newer►
44 results tagged nginx x
  • Nginx with dynamic upstreams - Tenzer.dk
    27 juillet 2015 à 16:39:58 UTC+2 - permalink - archive.org - http://tenzer.dk/nginx-with-dynamic-upstreams/
    nginx upstream
  • nginx + unicorn + performance tweaks
    13 mai 2015 à 11:33:43 UTC+2 - permalink - archive.org - http://vstark.net/2012/10/21/nginx-unicorn-performance-tweaks/
    nginx unicorn
  • Kong - Open-Source API Management Layer
    29 avril 2015 à 11:45:46 UTC+2 - permalink - archive.org - http://getkong.org/
    api nginx
  • Debian -- Details of package libapache2-mod-rpaf in sid

    Je me demandais pourquoi mes allow from x.x.x.x ne marchait plus au niveau de on apache... C'est pourtant con, j'ai un haproxy en frontal maintenant ! donc apache voit tout venir de 127.0.0.1 et les allow ne sont plus valides.

    Pour résoudre le probleme on peut installer ce mod qui va prendre l'ip dans les headers ajoutés par haproxy (x-forwarded-for) et la considérer comme l'ip source.

    21 février 2015 à 14:35:05 UTC+1 - permalink - archive.org - https://packages.debian.org/fr/sid/libapache2-mod-rpaf
    apache haproxy nginx rpaf
  • How nginx processes a request
    1 janvier 2015 à 14:51:23 UTC+1 - permalink - archive.org - http://nginx.org/en/docs/http/request_processing.html
    nginx
  • rate limiting

    rsyslog intègre une limitation soft pour ne pas pourrir les IO en cas de mass logs non voulus

    Dans certains cas les valeurs par défaut sont un peu faible, suffit de les up un peu en surveillant les io disk ;)

    19 novembre 2014 à 16:07:18 UTC+1 - permalink - archive.org - http://www.rsyslog.com/tag/rate-limiting/
    io nginx
  • thumbnail
    Faire suivre les messages Rsyslog vers Logstash - Wooster

    Pas con le coup de bien formater les logs pour que logstash ait moins de boulot de parsing de son côté.

    6 novembre 2014 à 21:51:07 UTC+1 - permalink - archive.org - https://wooster.checkmy.ws/2014/07/rsyslog-json-logstash/
    logstash nginx
  • Enable Nginx Status Page

    le server-status de nginx : comment interpréter l'output

    Interpretation

    Active connections – Number of all open connections. This doesn’t mean number of users. A single user, for a single pageview can open many concurrent connections to your server.
    Server accepts handled requests – This shows three values.
        First is total accepted connections.
        Second is total handled connections. Usually first 2 values are same.
        Third value is number of and handles requests. This is usually greater than second value.
        Dividing third-value by second-one will give you number of requests per connection handled by Nginx. In above example, 10993/7368, 1.49 requests per connections.
    Reading – nginx reads request header
    Writing – nginx reads request body, processes request, or writes response to a client
    Waiting – keep-alive connections, actually it is active – (reading + writing).This value depends on keepalive-timeout. Do not confuse non-zero waiting value for poor performance. It can be ignored. Although, you can force zero waiting by setting keepalive_timeout 0;
    6 octobre 2014 à 14:29:14 UTC+2 - permalink - archive.org - https://rtcamp.com/tutorials/nginx/status-page/
    nginx server-status status
  • Nginx modules by flavour
    18 juillet 2014 à 15:36:32 UTC+2 - permalink - archive.org - https://docs.google.com/spreadsheet/ccc?key=0AjuNPnOoex7SdG5fUkhfc3BCSjJQbVVrQTg4UGU2YVE#gid=0
    dotdeb module nginx
  • thumbnail
    More Puppet Offloading - Masterzen's Blog

    Une solution pour cacher la demande de catalogue..
    Dans cet article il ne parle pas de cacher les demande de metadata, mais c'est aussi une bonne idée.
    Pour que ce soit viable, la validité du cache ne doit pas être trop longue et il faut pouvoir le vider à la main.

    à tester

    • https://paperairoplane.net/?p=380
    23 juin 2014 à 17:47:20 UTC+2 - permalink - archive.org - http://www.masterzen.fr/2010/03/21/more-puppet-offloading/
    nginx puppet
  • Module ngx_http_core_module

    Petite chose à savoir côté conf nginx : chaque header appartenant à la requête est disponible sous la forme d'une variable portant le nom : $http_name

    avec "name" = le nom du header en remplaçant les "-" par des "_" et le tout en minuscule, ouf.

    Exemple : X-Header-De-la-mort devient : $http_x_header_de_la_mort

    Utile pour introduire de la logique conditionnelle sur ces headers :)

    19 juin 2014 à 11:13:08 UTC+2 - permalink - archive.org - http://nginx.org/en/docs/http/ngx_http_core_module.html
    header http nginx
  • logstalgia - website access log visualization - Google Project Hosting

    Logstalgia is a website traffic visualization that replays or streams web-server access logs as a pong-like battle between the web server and an never ending torrent of requests.

    27 mai 2014 à 14:37:51 UTC+2 - permalink - archive.org - http://code.google.com/p/logstalgia/
    apache log nginx pong
  • SSL Offloading, Encryption and Certificates with NGINX - NGINX

    intro à l'offloading ssl de nginx

    30 avril 2014 à 22:13:42 UTC+2 - permalink - archive.org - http://nginx.com/blog/nginx-ssl/
    nginx
  • netcraft-april-2014.png (Image PNG, 1266 × 1028 pixels) - Redimensionnée (83%)

    Apache qui passe en dessous de IIS c'est pour bientôt d'après la tendance :o
    Est-ce que l'opensource recule ? Non surement que beaucoup de monde switch de nginx à apache ?

    10 avril 2014 à 13:34:28 UTC+2 - permalink - archive.org - http://nginx.wpengine.com/wp-content/uploads/2014/04/netcraft-april-2014.png
    apache nginx
  • https://github.com/lebinh/ngxtop

    Pour monitorer en temps réel un nginx

    24 mars 2014 à 13:08:30 UTC+1 - permalink - archive.org - https://github.com/lebinh/ngxtop
    nginx
  • thumbnail
    Why we don't use a CDN: A story about SPDY and SSL

    Bon article sur quelques subtilités ssl

    via Skunnyk

    21 février 2014 à 09:52:11 UTC+1 - permalink - archive.org - https://thethemefoundry.com/blog/why-we-dont-use-a-cdn-spdy-ssl/
    bench http https nginx ssl
  • Optimisations Nginx : bien comprendre sendfile, tcp_nodelay et tcp_nopush | UX, Startups & Cie
    7 février 2014 à 10:17:49 UTC+1 - permalink - archive.org - http://t37.net/optimisations-nginx-bien-comprendre-sendfile-tcp-nodelay-et-tcp-nopush.html
    nginx sys
  • Module ngx_http_upstream_module

    to read

    6 février 2014 à 10:26:11 UTC+1 - permalink - archive.org - http://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive
    nginx
  • How to speed up Nginx web server with PageSpeed - Linux FAQ

    à lire

    30 janvier 2014 à 18:12:44 UTC+1 - permalink - archive.org - http://xmodulo.com/2014/01/speed-nginx-web-server-pagespeed.html
    nginx
  • Notes: Tip: keep the Host header via nginx proxy_pass

    Pour garder le header host original :

    proxy_set_header Host $http_host;
    ou
    proxy_set_header Host $host;

    Sinon le header host est re-écrit par nginx avant de balancer la requete aux serveurs derriere.

    23 janvier 2014 à 16:40:38 UTC+1 - permalink - archive.org - http://www.simplicidade.org/notes/archives/2011/02/nginx_proxy_host_header.html
    nginx
Links per page: 20 50 100
◄Older
page 2 / 3
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation