Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 295 Bytes

apache-server-configuration.md

File metadata and controls

10 lines (9 loc) · 295 Bytes

Apache server configuration

PHP Requirements

To install all necessary libraries, run these commands in a terminal:

sudo apt-get update
sudo apt-get install php-mysql php-json php-gd php-zip php-imap php-mbstring php-curl
sudo phpenmod imap mbstring
sudo service apache2 restart