User Tools

Site Tools


operating_systems:linux:debian:apache

This is an old revision of the document!


Apache

Stop systemd from creating directories for apache in /var/tmp

# vi /etc/systemd/system/apache2.service
PrivateTmp=true ==> PrivateTmp=false

Reference: https://www.freedesktop.org/software/systemd/man/systemd.exec.html#PrivateTmp=

ln -s /lib/systemd/system/apache2.service  /etc/systemd/system/apache2.service
operating_systems/linux/debian/apache.1559571549.txt.gz · Last modified: 2019/06/03 14:19 by maferreira