Skip to content

How to fix Apache's PrivateTmp=True override everytime httpd updates.

Notifications You must be signed in to change notification settings

marcpope/privatetmp_fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

privatetmp_fix

How to fix Apache's PrivateTmp=True override everytime httpd updates. If you are running Lasso 8.6 on CentOS 7 or higher, this is neccessary to make [file_uploads] work properly.

One line command, just run this as root (if you trust me):

curl -s https://raw.githubusercontent.com/marcpope/privatetmp_fix/main/fix.sh | /bin/bash

Here's what it does:

Create file:

nano /etc/systemd/system/httpd.service.d/override.conf

With this text:

[Service]
PrivateTmp=false

Reload apache daemon and apache:

systemctl daemon-reload
systemctl restart httpd

Now, if Apache updates, it won’t override the PrivateTmp=False setting

About

How to fix Apache's PrivateTmp=True override everytime httpd updates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages