Install-Lighttpd-with-PHP-and-MariaDB-on-Rocky-AlmaLinux

Restart the Lighttpd service to reflect changes and enable PHP support. # systemctl restart lighttpdyou need to test the FastCGI support in PHP by cre

2021-12-27



How-to-Install-Lighttpd-with-PHP-and-MariaDB-on-CentOS-RHEL-8-7

password for the root user. If you've just installed MariaDB/etc/lighttpd/modules.conf and /etc/lighttpd/conf.d/fastcgi.conf to enable PHP support fo

2020-07-27


How-to-Install-Lighttpd-with-PHP-MariaDB-and-PhpMyAdmin-in-Ubuntu

run the below command. $ sudo apt install phpmyadminyou only have to run the following command. $ sudo apt install lighttpd

2020-07-27


How-To-Install-Linux-Lighttpd-MySQL-and-PHP-(LLMP-Stack-)-in-Ubuntu-1804

/var/www/html/www.itzgeek.local Create a configuration file called www.itzgeek.local.conf in /etc/lighttpd/conf-available/. nano /etc/lighttpd/conf-av

2018-06-06


How-to-Configure-Let’s-Encrypt-SSL-in-Lighttpd-Server

How to setup virtual hosts in Lighttpd server Use the following command to create a Let’s Encrypt certificate. certbot certonly --webroot -w /srv/htdo

2017-08-10



How-to-Setup-Virtual-Hosts-in-Lighttpd-Server

Setup Virtual Hosts in Lighttpd Server Virtual hosting is a technical way of hosting multiple domains on a single server. Hosting multiple domains on

2017-08-09


Install-Lighttpd-With-PHP-FPM-And-MariaDB-(LLMP)-on-Debian-9

place a .php file on to the document root of the created virtual host. nano /var/www/html/server.itzgeek.local/index.php VI editor will open up a file

2017-08-03