Comments on How to Install Lighttpd with PHP, MariaDB and Let's Encrypt SSL on Debian 10

Lighttpd is a free, open-source and high-speed webserver specially designed for speed-critical environments. In this tutorial, we will learn how to install Lighttpd on Debian 10 with PHP-FPM and MariaDB support and we will secure the webserver with a Let's Encrypt SSL certificate.

4 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Ignacio Garcia

Very nice article, but we're missing renewing certificates before they expire. It would be a nice addition

By: till

There is nothing missing. Certbot renews certs automatically.

By: Chris

Great article!! Thank you.

By: Namreg

Thanks for the guide!

It seems we are installing php-cgi but then using php-fpm instead. Is it necessary to install php-cgi?

This was not the only guide I followed and my problem might have come from somewhere else, but now I have php-cgi and php-fpm fighting for port 9000. On boot, php-cgi failed to start because port 9000 is being used by php-fpm.