This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/aide/aide.conf.d/30_aide_apache2
T
2021-10-27 17:20:29 +02:00

6 lines
105 B
Bash
Executable File

#!/bin/bash
if [ -e /etc/apache2/mods-enabled/suexec.load ]; then
echo "@@define APACHE2_SUEXEC 1"
fi