aboutsummaryrefslogtreecommitdiffstats
path: root/main/apache2/conf
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2016-02-15 15:57:58 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2016-02-15 15:57:58 +0200
commitf77b6cf7f01c2e3110fadb824c336adc6e5c0414 (patch)
tree704abfe6ef5155db66203d3147447dd999bbb685 /main/apache2/conf
parent1dac745963a3f9de0264c21eeb94349641296eaa (diff)
downloadaports-f77b6cf7f01c2e3110fadb824c336adc6e5c0414.tar.bz2
aports-f77b6cf7f01c2e3110fadb824c336adc6e5c0414.tar.xz
main/apache2: fix module paths in dav.conf, ssl.conf
Diffstat (limited to 'main/apache2/conf')
-rw-r--r--main/apache2/conf/0014-httpd-.conf-LoadModule.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/main/apache2/conf/0014-httpd-.conf-LoadModule.patch b/main/apache2/conf/0014-httpd-.conf-LoadModule.patch
index f768a870b4..e011386795 100644
--- a/main/apache2/conf/0014-httpd-.conf-LoadModule.patch
+++ b/main/apache2/conf/0014-httpd-.conf-LoadModule.patch
@@ -1,4 +1,4 @@
-From d820e295733d804e863925c45558ea7d461f1fde Mon Sep 17 00:00:00 2001
+From e84023a765cff2a2c75b1176db4f7e962c2e80c8 Mon Sep 17 00:00:00 2001
From: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
Date: Fri, 11 Sep 2015 15:12:08 +0300
Subject: [PATCH 14/14] httpd*.conf: LoadModule
@@ -11,29 +11,29 @@ Subject: [PATCH 14/14] httpd*.conf: LoadModule
4 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/docs/conf/extra/httpd-dav.conf.in b/docs/conf/extra/httpd-dav.conf.in
-index 416110b..1e225e4 100644
+index 416110b..0ddcb48 100644
--- a/docs/conf/extra/httpd-dav.conf.in
+++ b/docs/conf/extra/httpd-dav.conf.in
@@ -4,6 +4,9 @@
# Required modules: mod_alias, mod_auth_digest, mod_authn_core, mod_authn_file,
# mod_authz_core, mod_authz_user, mod_dav, mod_dav_fs,
# mod_setenvif
-+LoadModule auth_digest_module lib/apache2/mod_auth_digest.so
-+LoadModule dav_module lib/apache2/mod_dav.so
-+LoadModule dav_fs_module lib/apache2/mod_dav_fs.so
++LoadModule auth_digest_module modules/mod_auth_digest.so
++LoadModule dav_module modules/mod_dav.so
++LoadModule dav_fs_module modules/mod_dav_fs.so
# The following example gives DAV write access to a directory called
# "uploads" under the ServerRoot directory.
diff --git a/docs/conf/extra/httpd-ssl.conf.in b/docs/conf/extra/httpd-ssl.conf.in
-index 4534852..e27070e 100644
+index 4534852..b5bcb5d 100644
--- a/docs/conf/extra/httpd-ssl.conf.in
+++ b/docs/conf/extra/httpd-ssl.conf.in
@@ -10,6 +10,8 @@
#
# Required modules: mod_log_config, mod_setenvif, mod_ssl,
# socache_shmcb_module (for default value of SSLSessionCache)
-+LoadModule ssl_module lib/apache2/mod_ssl.so
-+LoadModule socache_shmcb_module lib/apache2/mod_socache_shmcb.so
++LoadModule ssl_module modules/mod_ssl.so
++LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
#
# Pseudo Random Number Generator (PRNG):