Користувальницькькі налаштування

Налаштування сайту


software:os:linux:lighttpd

Розбіжності

Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.

Посилання на цей список змін

Порівняння попередніх версій Попередня ревізія
Наступна ревізія
Попередня ревізія
software:os:linux:lighttpd [2024/01/02 01:28]
charon
software:os:linux:lighttpd [2024/10/21 02:21] (поточний)
charon [How to install in Debian]
Рядок 1: Рядок 1:
 ====== Lighttpd ====== ====== Lighttpd ======
  
-Install PHP +===== Install PHP ===== 
-===== How to install in Debian =====+First you must install and configure PHP-FPM. 
 +In Debian 12 there's PHP 8.2, but latest as of this writing is PHP 8.3. 
 +  sudo apt install apt-transport-https lsb-release ca-certificates 
 +  sudo wget -O /etc/apt/keyrings/php.gpg https://packages.sury.org/php/apt.gpg 
 +  echo "deb [signed-by=/etc/apt/keyrings/php.gpg] https://packages.sury.org/php/ $(lsb_release -sc) main" | \ 
 +  sudo tee /etc/apt/sources.list.d/php.list 
 +  sudo apt update 
 +  sudo apt install php8.3 php8.3-{cli,fpm,curl,opcache,zip,intl,common,bcmath,xmlrpc,mbstring,xml,dom,mysqlnd,bz2,gd} 
 +   
 +===== Install Lighttpd in Debian/Ubuntu =====
   apt install lighttpd lighttpd-doc lighttpd-mod-deflate lighttpd-mod-gnutls \   apt install lighttpd lighttpd-doc lighttpd-mod-deflate lighttpd-mod-gnutls \
   lighttpd-mod-openssl spawn-fcgi   lighttpd-mod-openssl spawn-fcgi
software/os/linux/lighttpd.1704151691.txt.gz · Востаннє змінено: 2024/01/02 01:28 повз charon