User Tools

Site Tools


operating_systems:linux:debian:apache

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
operating_systems:linux:debian:apache [2019/06/04 07:50] maferreiraoperating_systems:linux:debian:apache [2019/09/13 11:54] (current) maferreira
Line 1: Line 1:
 ====== Apache ====== ====== Apache ======
-Stop systemd from creating directories for apache in /var/tmp+Stop apache virtualization.
   # vi /etc/systemd/system/apache2.service   # vi /etc/systemd/system/apache2.service
   PrivateTmp=true ==> PrivateTmp=false   PrivateTmp=true ==> PrivateTmp=false
Line 18: Line 18:
 ===== Packages ===== ===== Packages =====
 Used by gettext Used by gettext
-  apt-get install --no-install-recommends php7.0-mbstring+  apt-get install --no-install-recommends php7.0-mbstring 
 + 
 +MySQL module for PHP 
 +  # apt install --no-install-recommends php7.0-mysql 
 + 
 +Apache Portable Runtime Utility Library - MySQL Driver (see /etc/apache2/sites-available/testing.com.co.conf files.easygateway.testing.com.co for more details) 
 +  # apt install --no-install-recommends libaprutil1-dbd-mysql
operating_systems/linux/debian/apache.1559634600.txt.gz · Last modified: 2019/06/04 07:50 by maferreira