Kategorie: DirectAdmin

PHP Installation 8 on the server with DirectAdmin

The tutorial describes a very quick way to install php 8 on a server with directadmin panel.
We will do everything in a few simple steps.

CustomBuild already includes the latest php packages 8 so thanks to him we can install very quickly.

First, log in to the console as root and go to the directory:

cd /usr/local/directadmin/custombuild

The next step is to edit the configuration file:

nano options.conf

And we set up php 8 as the version we want:

 php4_release=8.0

For me it is 4 wersja php.

save the file.

We download the latest packages with the command:

./build update

The last step is to compile php. We will do this by issuing an order:

./build php n

That's all 🙂 after recompiling we have php8 available to choose from in the domain settings.

Aby je ustawić przechodzimy do panelu directadmin zarządzanie kontami – Konfiguracja domen i wybieramy swoją domenę.

On the top left, we choose PHP version selection and choose the version that interests us.

I do not recommend using php productively yet 8 due to the fact that it is a fresh release and most scripts are not compatible with php 8!

Linux

Udostępnij
Opublikowane przez
Linux

Recent posts

KeePass2 2.52 w Ubuntu 22.04

The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń

2 years temu

Installing Master PDF editor in Ubuntu 22.04

Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji

2 years temu

iotop - memory monitoring

Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w

2 years temu

Run multiple commands in one cron job

You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania

2 years temu

Changing the exif data of a photo in the Linux terminal

Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.

2 years temu

Installing Rocket.Chat Server on Rocky Linux 8

The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy

2 years temu