mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
db7300e8d4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
5 lines
242 B
Bash
5 lines
242 B
Bash
sed -i "s:#Include /etc/httpd/mod_php.conf:Include /etc/httpd/mod_php.conf:g" etc/httpd/httpd.conf
|
|
grep -q -e 'Dokuwiki' etc/httpd/httpd.conf || cat >> etc/httpd/httpd.conf <<'EOF'
|
|
# Dokuwiki
|
|
Include /etc/httpd/extra/httpd-dokuwiki.conf
|
|
EOF
|