I mantain a self-hosted JIRA instance and wanted to also use my existing domain SSL certificate for it. 1. prepare your existing certificate (crt), private key […]
I had apache 2.4.6 already installed so Note: – I downloaded the sources for 2.4.6 – You need mod_so wget http://archive.apache.org/dist/httpd/httpd-2.4.6.tar.gz tar -xf httpd-2.4.6.tar.gz cd httpd-2.4.6 […]
In order to send an email from command line with a custom subject and the content taken from a from file: sendmail -v [email protected] < /path/to/file […]
Sometimes I need to reset all php fastcgi processes especially when I change the php version for users in their php-wrapper pgrep php-cgi | xargs kill […]