I’m now very close to migrate from akamai to varnish at work. However, since we doesn’t have session replications on the application server, I was required to send a client always on the same backend, even if the user is not authentified. In a first try, we thought about use a cookie, valued by the name of the server, and write some VCL to define the backend based on the cookie value.
Recent posts
varnish: Send a client always on the same backend
Submitted by asyd (not verified) on Tue, 03/09/2010 - 19:43Ikea s’attaque au datacenter
Submitted by nono (not verified) on Sun, 02/28/2010 - 22:39Ça valait bien le coup de claquer 7000 euros dans des baies, tiens.
Emprisonner une debian dans un FreeBSD
Submitted by bapt (not verified) on Sat, 02/27/2010 - 11:55Parfois on a besoin de tester des choses sous linux, parfois on a besoin d'utiliser des applications linux-only, où pour tout un tas d'autre raison on a besoin de faire tourner un linux.
Pour ça c'est vrai que l'on peut virtualiser dans un virtualbox ou un qemu, c'est bien mais c'est quand même coûteux en terme de ressources pour le host.
Sous FreeBSD nous disposons du linuxulator c'est la couche d'emulation permettant de faire tourner des application Linux sous FreeBSD.
Une jail 32bits sur un host 64bits
Submitted by bapt (not verified) on Thu, 02/25/2010 - 18:53J'ai un eeepc 1000H qui fonctionne à merveille sous FreeBSD tout y est reconnu, juste un petite compilation maison pour le wifi, bref c'est pas le sujet de ce post.
Le truc c'est qu'un eeepc bah c'est lent pour la compilation, le binaire fournis par freebsd ne sont pas vraiment compilés avec les options que je souhaite, mais il s'avère que j'ai un beau Q6660 qui lui est plutôt très bien pour la compilation.
Rivendell 1.7.0 packages for debian and ubuntu
Submitted by apeignier (not verified) on Thu, 02/25/2010 - 12:56Fred Gleason team released Rivendell 1.7.0 on monday, Debian and Ubuntu packages are now updated.
Please follow the quick start guide for your first Rivendell installation.
As usual, you can find on debian.tryphon.org :
OpenSSO strict cookie value
Submitted by asyd (not verified) on Tue, 02/23/2010 - 00:36At my work, we’re currently working on a new J2EE platform to host our webapp applications, based on Tomcat 6 (6.0.24 to be precise). After deployed few fully public webapps without any issue, we start to deploy some other webapps with an authenticated part. The authentication is based on OpenSSO, using REST APIs. The cookie is created to OpenSSO, then set (client side) by one of our own webapplication. This cookie is validate using isValidToken REST API on every application the user goes.
UWS - Universal Windows Service
Submitted by frbayart (not verified) on Thu, 02/18/2010 - 15:41UWS Description What is UWS? * UWS is a highly configurable windows service for starting arbitrary executables. * It combines the work of a task scheduler and monitoring specified executables. * UWS is open-source (BSD license). What does UWS do? * It continuously checks for different start events and run configured executables if one is reached. * It watches configured executables and provide reactions due to different application states. * A user script which will be cyclically executed provides more flexibility. How do I use UWS? * The Universal Windows Service requires Microsoft .Net FraCgit et autres cgi dans nginx
Submitted by bapt (not verified) on Wed, 02/10/2010 - 17:43Jusqu'a présent pour avoir cgit je passais pas par la méthode thttpd.
Ça ne marchait pas trop mal, mais bon ça ne me plaisait pas trop de faire tourner un serveur web complet derrière mon nginx
Et puis pour je ne sais plus quelle raison, j'étais obligé d'utiliser un virtual-root=/cgit/ qui ne me plaisait pas beaucoup plus.
Aujourd'hui dans mes recherches, je tombe sur : fcgiwrap, je récupère donc le tout :