Kategorie: Linux

Installation complète de Linux serveur LAMP, Apache, MySql, PHP Debian 9

Ce tutoriel décrit comment installer complètement un service de base serveur LAMP ou Apache, MySql, Php et phpmyadmin.

Prok par étape, nous allons installer tous les packages.

Nous commençons par établir le nom d'hôte du serveur correct:

nano /etc/hosts

et modifier

127.0.0.1       localhost.localdomain   localhost
94.130.246.172   node.serwerweb.pl     node

# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

Nous sommes intéressés par la ligne en gras.
adresse IP ne se déplace pas, nous ne faisons que changer le nom d'hôte qui verra notre serveur.

Nous éditons le fichier:

nano /etc/hostname

Je change la

node.serwerweb.pl

Pour changer toute commande du serveur de redémarrage du système:

reboot

valider le nom d'hôte set:

hostname
hostname -f

Les deux commandes doivent nous revenir à la même valeur:
node.serwerweb.pl

root@node:/tmp# hostname
node.serwerweb.pl
root@node:/tmp# hostname -f
node.serwerweb.pl

Ensuite, nous effectuons la mise à jour du système:

apt-get update
apt-get upgrade

Installez le moteur de base de données MariaDB

MariaDB:

apt-get -y install mariadb-server mariadb-client

Reconfigurer le serveur MySQL comme suit en tapant:

mysql_secure_installation

mysql_secure_installation

NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB
SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!

In order to log into MariaDB to secure it, we'll need the current
password for the root user. If you've just installed MariaDB, and
you haven't set the root password yet, the password will be blank,
so you should just press enter here.

Entrez le mot de passe actuel pour root (pour entrer dans aucune): <-- Hit return
OK, successfully used password, moving on...

Setting the root password ensures that nobody can log into the MariaDB
root user without the proper authorisation.

Définir le mot de passe root? [Y / N] -- y
New password: <-- Enter the new password for the MariaDB root user
Re-enter new password: <-- Enter the password again
Password updated successfully!
Reloading privilege tables..
... Succès!


Par défaut, a MariaDB installation has an anonymous user, allowing anyone
to log into MariaDB without having to have a user account created for
them. This is intended only for testing, and to make the installation
go a bit smoother. You should remove them before moving into a
production environment.

Supprimer les utilisateurs anonymes? [Y / N] -- et
... Succès!

Normally, root should only be allowed to connect from 'localhost'. This
ensures that someone cannot guess at the root password from the network.

Interdire la connexion root à distance? [Y / N] -- et
... Succès!

Par défaut, MariaDB comes with a database named 'test' that anyone can
access. This is also intended only for testing, and should be removed
before moving into a production environment.

Supprimer la base de données de test et y accéder? [Y / N] -- et
- Dropping test database...
... Succès!
- Removing privileges on test database...
... Succès!

Reloading the privilege tables will ensure that all changes made so far
will take effect immediately.

Recharger les tables de privilèges maintenant? [Y / N] -- et
... Succès!

Cleaning up...

All done! If you've completed all of the above steps, your MariaDB
installation should now be secure.

Thanks for using MariaDB!

installer Apache:

apt-get -y install apache2

Installation PHP:

apt-get -y install php7.0 libapache2-mod-php7.0

Redémarrez Apache pour enregistrer les modifications:

service apache2 redémarrer

Nous installons les extensions PHP nécessaires:

apt-cache search php7.0
apt-get -y install php7.0-mysql php7.0-curl php7.0-gd php7.0-intl php-pear php-imagick php7.0-imap php7.0-mcrypt php-memcache php7.0-pspell php7.0-recode php7.0-sqlite3 php7.0-tidy php7.0-xmlrpc php7.0-xsl

Encore une fois, nous redémarrer le serveur apache pour enregistrer les modifications:

service apache2 redémarrer

Installation du cache pour le serveur Web:

apt-get -y install php7.0-opcache
apt-get -y install php-apcu

enregistrer les modifications:

service apache2 redémarrer

La dernière étape consiste à installer fraficzny interface de gestion de base de données phpMyAdmin écrit en PHP.

apt-get -y install phpmyadmin

Et nous répondons aux questions du programme d'installation:

Web server to reconfigure automatically: <-- apache2
Configure database for phpmyadmin with dbconfig-common?<-- Yes
Password of the database's administrative user: <-- Podajemy wcześciej ustalone hasło przy instalacji mysql/mariadb
MySQL application password for phpmyadmin: <-- Ponownie podajemy hasło ustalone wcześniej

PhpMyAdmin est disponible à:

http://ADRESIPSERWERA/phpmyadmin/

La dernière étape consiste à exécuter l'utilisateur root la possibilité de se connecter à phpmyadmin:

exécutez la commande:

écho "UPDATE mysql.user SET plugin = 'mysql_native_password' WHERE user = 'root' AND plugin = 'unix_socket';FLUSH PRIVILEGES;" | mysql -u root -p

On rentre le mot de passe root et c'est tout 🙂

C'est tout ce que nous avons un serveur web mysql entièrement fonctionnel

Linux

Zobacz komentarze

  • Comment mettre à jour le apache debian 9? Version du serveur: Apache / 2.4.25 (Debian) et ce genre est de la dernière, et seule version 2.4.26 service est HTTP2

    • Salut,

      Le plus simple est en changeant les tests de version repo:

      apt install curl wget apt-transport-https dirmngr
      nano /etc/apt/sources.list
      ###### Debian Main Repos
      deb http://deb.debian.org/debian/ testing main contrib non-free
      deb-src http://deb.debian.org/debian/ testing main contrib non-free
      
      deb http://deb.debian.org/debian/ testing-updates main contrib non-free
      deb-src http://deb.debian.org/debian/ testing-updates main contrib non-free
      
      deb http://deb.debian.org/debian-security testing/updates main
      deb-src http://deb.debian.org/debian-security testing/updates main

      référentiels debian Hachage 9 et le wlpejasz d'essai ci-dessus.

      apt-get update
      sudo apt-get install -y -t testing apache2

      Vous mettez à jour les paquetages plus récents à.
      feu pour le module:

      sudo a2enmod http2
      sudo apachectl -t && sudo systemctl restart apache2
Udostępnij
Opublikowane przez
Linux

articles récents

KeePass2 2.52 w Ubuntu 22.04

Le guide ci-dessous décrit comment installer KeePass sur Ubuntu. Całość wykonamy za pomocą kilku poleceń

2 years temu

Installation de l'éditeur Master PDF dans Ubuntu 22.04

Master PDF Editor est un programme PDF complet, qui comprend de nombreuses fonctionnalités. Oprócz tworzenia i edycji

2 years temu

iotop - surveillance de la mémoire

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

Exécutez plusieurs commandes dans une tâche cron

Vous pouvez séparer deux ou plusieurs commandes avec des points-virgules (;), Point-virgule (;): służy do oddzielania

2 years temu

Changer les données exif d'une photo dans le terminal Linux

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

2 years temu

Installation du serveur Rocket.Chat sur Rocky Linux 8

Le guide suivant décrit comment installer Rocket.Chat sur Rocky Linux 8 Całość bardzo prosto zainstalujemy

2 years temu