Proxy

Theming Monit with Apache ProxyPass

       331 words, 2 minutes

And suddenly, I felt like Monit Web interface was using too many pastel colors… Looking at the manpage, the HTML source and the source code, it was clear that it couldn’t be themed without a source modification and compilation ; and that’s not fun. But what’s fun is to rewrite the CSS on the fly so that stock-Monit just looks much better, to my eyes. My Monit runs on localhost and is published by an Apache ProxyPass directive ; which supports live substitution. This is what I needed to replace the CSS.

Continue reading...


Proxify SOGo access with OpenBSD

       476 words, 3 minutes

I used to run all of my services on the same OpenBSD server. Now that I switched to a virtualized environment, I’m on the way to dispatch the services on various virtual machines. As I have issues with the family’s iPhones and the SOGo 1.3.8.1 instance running on my OpenBSD gateway, I think it’s time to switch to an up-to-date version running elsewhere. Here are the directions to publish a remote SOGo instance, here 1.3.13, with an OpenBSD Apache.

Continue reading...


Firefox, les proxies et l'authentification

       179 words, 1 minutes

A mon (nouveau) boulot, l’accès à Internet est soumis à l’authentification au niveau d’un proxy. Si cela ne pose pas de problème avec Internet Explorer (qui est configuré par l’équipe IT), c’est un peu plus problèmatique pour Firefox. En effet, déjà il est installé en mode “portable” car je ne suis pas admin de mon poste et je ne peux donc pas l’installer… Mais en plus, le mode “découverte automatique de proxy” n’est pas activé sur le réseau. J’ai donc dû ruser pour trouver la référence exacte du proxy à utiliser.

Continue reading...