Nginx

kadderx a blog teaser image for an entry about webserver 0ca834b1 5815 4ea2 b095 ccaeb6e1e4f3

Nginx hosting: common commands

If you host your blog yourself, you will need some commands from time to time. To avoid having to google it every time, I have created this overview that serves various purposes. It can be used regardless of whether you have compiled Nginx yourself or installed a ready-made package. Install SSL certificate with certbot: Test Nginx configuration:

Nginx hosting: common commands Read Post »

Nginx: keep ngx_pageespeed up to date

If you use the Nginx pagespeed module - as I do on tech-blogger.net and routerzwang.de - you should also keep it up to date. This can save you a lot of troubleshooting. If you already compile Nginx yourself and use the "ngx_pagespeed" module, you not only need to keep Nginx up to date, which has brought HTTP/2 support in the latest versions, but also the

Nginx: keep ngx_pageespeed up to date Read Post »

nginx logo

Nginx: PHP alternative HHVM

If you want to further optimize the execution speed of PHP scripts, sooner or later you will stumble across HHVM - a just-in-time compiler for PHP. HHVM can be easily installed via the Debian package management. Once this is done, it can basically be used like php5-fpm. I have left all the rest of the configuration within Nginx - this allows good

Nginx: PHP alternative HHVM Read Post »

Pagespeed: combine_css with WordPress

If you use WordPress with mod_pagespeed or ngx_pagespeed and use the combine_css filter, you will notice that nothing happens. What can be done? The reason for the problems: The Pagespeed module does not take into account CSS embeddings that have different IDs. WordPress sets the name of the CSS as the ID for the integration, and in the end it looks like this: link rel='stylesheet'

Pagespeed: combine_css with WordPress Read Post »

en_USEnglish
Scroll to Top