PHP Classes

File: docs/en/administration/apache-server-configuration.md

Recommend this page to a friend!
  Classes of alex nov   KennerPIM   docs/en/administration/apache-server-configuration.md   Download  
File: docs/en/administration/apache-server-configuration.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: KennerPIM
Product information management application
Author: By
Last change:
Date: 1 year ago
Size: 448 bytes
 

Contents

Class file image Download

Apache server configuration

These instructions are supplementary to the Server Configuration guideline.

PHP Requirements

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

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