operating_systems:linux:debian:apache
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| operating_systems:linux:debian:apache [2019/06/03 14:17] – maferreira | operating_systems:linux:debian:apache [2019/09/13 11:54] (current) – maferreira | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Apache ====== | ====== Apache ====== | ||
| - | Stop systemd from creating directories for apache | + | Stop apache |
| # vi / | # vi / | ||
| PrivateTmp=true ==> PrivateTmp=false | PrivateTmp=true ==> PrivateTmp=false | ||
| - | | + | Reference: https:// |
| + | |||
| + | # ln -s / | ||
| + | |||
| + | Create the following empty files and directory: | ||
| + | drwxr-xr-x | ||
| + | -rwxrwxrwx | ||
| + | -rwxrwxrwx | ||
| + | -rwxrwxrwx | ||
| + | -rwxrwxrwx | ||
| + | -rwxrwxrwx | ||
| + | |||
| + | ===== Packages ===== | ||
| + | Used by gettext | ||
| + | # 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 / | ||
| + | # apt install --no-install-recommends libaprutil1-dbd-mysql | ||
operating_systems/linux/debian/apache.1559571430.txt.gz · Last modified: 2019/06/03 14:17 by maferreira