May
07
2021
An Nginx web server hosted on Kubernetes was sending back to me permanent 301 http redirects although I was sending https requests. The web server was behind a reverse proxy that was also running Nginx but it would be the same story with haproxy or another. Worst, the reverse proxy was redirecting http requests to […]
Tags: Kubernetes, Nginx
Mar
25
2021
I wanted to show the timeline of a disaster recovery plan on a Gantt style chart to make it look better than a boring list of tasks with start and end times, but I could not find any tool dealing with hours throughout a single day/24 hours. Gantt software such as GanttProject also offer too […]
Tags: Excel, Gantt, Reporting
Jul
05
2017
Having loads of physical sites, it is extremely difficult to keep track of device’s locations, and even if you do, you may not be aware some people moved computers or printers around to a new place without telling; It can also be useful to know where a device was last seen.More importantly, do you know […]
Tags: GLPI
Sep
24
2016
While generating a Microsoft Exchange (or IIS web server) certificate, take the opportunity to add extra domain names and reuse it on Apache web servers. This will save you a few bucks and time, unless the CA provides a certificate for multiple platforms. PFX is a popular exchange format on Microsoft software such as Exchange […]
Tags: Apache, Certificate, Exchange, iis, Openssl, SSL
Sep
13
2015
Apache configured as a reverse proxy forwards requests to a web backend. But your browser throws an enigmatic 503 error: “Service temporarily unavailable”. The first thing I do is looking at the http logs in /var/log/httpd/ssl_error_log, where I am getting some permission issue:(13)Permission denied: proxy: HTTP: attempt to connect to 192.168.1.250:8080 (*) failed You may […]
Tags: Apache, linux, Proxy