Ajoute les articles manquants

This commit is contained in:
Yannick Francois
2019-02-24 23:33:14 +01:00
parent a1fc6bf220
commit 3be483b7ea
300 changed files with 16637 additions and 0 deletions
@@ -0,0 +1,62 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Yannick François - Les pieds dans le code</title>
<meta name="DC.title" content="elsif.fr, site de Yannick François aka yaf aka pouype."/>
<meta name="description" content="Yannick François's website. Senior developer, Code pedagogist. /ut7 teammate, proud member of Electrolab, the crazy hackerspace. Eternel supporter of April, a french association about freesoftware."/>
<meta name="keywords" content="code, développement, lean, agile, logiciel, tdd, objet, ruby, site perso, personnel, ruby on rails, refactoring, openbsd, bsd, libre, creative commons, unix"/>
<meta name="author" content="Yannick François, https://elsif.fr"/>
<meta name="designer" content="Yannick François, https://elsif.fr"/>
<meta name="geo.placename" content="Poissy, Ile de france, France"/>
<meta name="robots" content="index,follow" />
<meta name="language" content="French" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
<link rel="index" title="Yannick François / Developer" href="https://elsif.fr" />
<link rel="stylesheet" href="/css/knacss.css" media="all"/>
<link rel="stylesheet" href="/css/elsif.css" media="all"/>
<article>
<h1>
Ngnix dans les ports OpenBSD
</h1>
<p>Sans vouloir faire de mauvais jeux de mots, on peut dire que ça tombe à pique !</p>
<p>Ce blog, ainsi que celui de <a href="http://www.lacomte.net">lacomte by Jean-mi</a> et le <em>teaser infernal</em> jai nommé <a href="http://zlab.fr">zlab.fr</a> tourne par le biais dun frontal <a href="http://www.lighttpd.net/">Lighttpd</a> et dun cluster de serveur dapplication <a href="http://mongrel.rubyforge.org/">Mongrel</a>. Lighttpd plutôt quapache car jai été séduit par la facilité de lecture et de confection du/des fichiers de configuration.</p>
<p>Mais voilà, cette petites phrase ma fait réfléchir:</p>
<blockquote>
<p>I&rsquo;m sad to say that I have to recommend people not use lighttpd anymore. The author hasn&rsquo;t updated the mod_proxy plugin and isn&rsquo;t providing too much support for the bugs it has. If you&rsquo;re running lighttpd and you constantly see 500 errors that are never recovered, then you should switch to Apache or another web server that can handle properly balancing backends.</p>
</blockquote>
<p>(<a href="http://mongrel.rubyforge.org/docs/lighttpd.html">source sur le site de mongrel</a>)</p>
<p>Du coup jai pendant un temps pensé à revenir sur <a href="http://httpd.apache.org/">Apache</a>. Mais en découvrant lighttpd je m’étais rendu compte que dautre serveur existait derrière Apache et IIS. Il était temps de creuser la question.</p>
<p>Et là, ces dernier temps lun dentre eux sort du lot, un serveur <em>web</em> dorigine Russe: <a href="http://nginx.net/">ngnix</a> [engine x]. Et ma fois, coté fichier de configuration cest aussi clair que lighttpd, et apparemment cest bien performant comme on laime.</p>
<p>Du coup, observation des <a href="http://www.openbsd.org/4.1_packages/i386.html">paquets OpenBSD</a>&hellip; pas de ngnix&hellip; Regardage du coté des <a href="http://ports.openbsd.nu/">ports OpenBSD</a> rien non plus :-(.</p>
<p>Alors une option:compile et construction de paquet maison ? hmmm. Même pas le temps de réfléchir à la question que voilà quune news tombe comme ça, un dimanche en plus, chez les morts-vivants: <a href="http://undeadly.org/cgi?action=article&amp;sid=20070909132009"> New Ports of the Week #36 (September 2)</a> et PAF! dans la liste voilà ti pas un <a href="http://ports.openbsd.nu/www/nginx">ports ngnix</a> tout beau qui débarque.</p>
<p>Cest parfait. Le temps de faire quelque test et réglage, on vas voir si ça vaut le coup de changer.</p>
<p><em>En ps, pour les fan de <a href="http://www.tetrinet.org/">TetriNet</a>, un ports pour le serveur <a href="http://www.openbsd.org/cgi-bin/cvsweb.cgi/ports/games/tetrinetx/">TetriNetX</a> viens de voir le jour également.</em></p>
<article>
<footer style="font-size:75%;text-align:right"><em><a href="/feed.xml">suivre les articles</a></em></footer>
</body>
</html>